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

add_subdirectory(qmakelib)
# special case begin
if(NOT WIN32) # @todo: this is broken, see QTBUG-78449
    add_subdirectory(qmake)
endif()
# special case end
#add_subdirectory(moc)
#add_subdirectory(rcc)
if(TARGET Qt::Widgets)
    add_subdirectory(uic)
endif()
if(TARGET Qt::DBus)
    add_subdirectory(qdbuscpp2xml)
    add_subdirectory(qdbusxml2cpp)
endif()