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

# QTBUG-88538 # special case
if(NOT ANDROID AND NOT IOS)
    add_subdirectory(qmakelib)
    add_subdirectory(qmake)
    add_subdirectory(moc)
    add_subdirectory(rcc)
endif()
# QTBUG-88538 # special case
if(TARGET Qt::Widgets AND NOT ANDROID AND NOT IOS)
    add_subdirectory(uic)
endif()
if(TARGET Qt::DBus)
    add_subdirectory(qdbuscpp2xml)
    add_subdirectory(qdbusxml2cpp)
endif()