comparison tools/duic/CMakeLists.txt @ 59:17165763b300

CMake: build QtD tools.
author SokoL_SD
date Tue, 19 May 2009 08:30:31 +0000
parents e78566595089
children 753b1973273b
comparison
equal deleted inserted replaced
58:423e4afb245c 59:17165763b300
26 26
27 add_executable(duic ${uic_bin_SRCS}) 27 add_executable(duic ${uic_bin_SRCS})
28 set_target_properties(duic PROPERTIES OUTPUT_NAME duic) 28 set_target_properties(duic PROPERTIES OUTPUT_NAME duic)
29 set_target_properties(duic PROPERTIES COMPILE_FLAGS -DQT_UIC_D_GENERATOR) 29 set_target_properties(duic PROPERTIES COMPILE_FLAGS -DQT_UIC_D_GENERATOR)
30 30
31 target_link_libraries(duic ${QT_QTCORE_LIBRARY} ${QT_QTXML_LIBRARY} ) 31 target_link_libraries(duic ${QT_QTCORE_LIBRARY} ${QT_QTXML_LIBRARY})
32 32
33 install(TARGETS duic DESTINATION ${CMAKE_INSTALL_PREFIX}/bin) 33 install(TARGETS duic DESTINATION ${CMAKE_INSTALL_PREFIX}/bin COMPONENT qtd_tools)
34 34