Re-enable tst_qplugin on Linux
It was disabled during the CMake port, but appears to work now. Change-Id: I2de1b4dfacd443148279fffd16a3a166a3e10671 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@gmx.de> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>bb10
parent
413098c3e3
commit
96d21faa01
|
|
@ -12,10 +12,5 @@ if(QT_FEATURE_library AND NOT ANDROID)
|
|||
endif()
|
||||
# QTBUG-87438 # special case
|
||||
if(QT_BUILD_SHARED_LIBS AND QT_FEATURE_library AND NOT ANDROID)
|
||||
# special case begin
|
||||
# QTBUG-85364
|
||||
if(NOT LINUX)
|
||||
add_subdirectory(qplugin)
|
||||
endif()
|
||||
# special case end
|
||||
add_subdirectory(qplugin)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Reference in New Issue