summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/CMakeLists.txt
blob: 14ce4c316da606b0a448ae146830b261be7fcbf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Generated from plugin.pro.

# QTBUG-87438 # special case
if(QT_BUILD_SHARED_LIBS AND NOT ANDROID)
    add_subdirectory(qfactoryloader)
endif()
add_subdirectory(quuid)
# QTBUG-87438 # special case
if(QT_FEATURE_library AND NOT ANDROID)
    add_subdirectory(qpluginloader)
    add_subdirectory(qlibrary)
endif()
# QTBUG-87438 # special case
if(QT_BUILD_SHARED_LIBS AND QT_FEATURE_library AND NOT ANDROID)
    add_subdirectory(qplugin)
endif()