summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/CMakeLists.txt
blob: e0ac398144a0ea3ea6625103bef72fc1786b8364 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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)
    # special case begin
    # QTBUG-85364
    if(NOT LINUX)
        add_subdirectory(qplugin)
    endif()
    # special case end
endif()