53f8f23369
As a drive-by, enable testing of rcc in the cmake build. Change-Id: I4150ff3ffe7404bab0cbc72f80b23b47a60cf33d Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Samuel Gaist <samuel.gaist@idiap.ch>
18 lines
387 B
CMake
18 lines
387 B
CMake
# 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()
|