|
|
@ -110,6 +110,7 @@ install(
|
|
|
|
##### tqt tools #################################
|
|
|
|
##### tqt tools #################################
|
|
|
|
|
|
|
|
|
|
|
|
configure_file( ${IFACE}/tmoc.cmake tmoc @ONLY )
|
|
|
|
configure_file( ${IFACE}/tmoc.cmake tmoc @ONLY )
|
|
|
|
|
|
|
|
configure_file( uic-tqt.cmake uic-tqt @ONLY )
|
|
|
|
if ( NOT HAVE_REAL_TQT )
|
|
|
|
if ( NOT HAVE_REAL_TQT )
|
|
|
|
configure_file( tqt-replace.cmake tqt-replace @ONLY )
|
|
|
|
configure_file( tqt-replace.cmake tqt-replace @ONLY )
|
|
|
|
configure_file( tqt-replace-stream.cmake tqt-replace-stream @ONLY )
|
|
|
|
configure_file( tqt-replace-stream.cmake tqt-replace-stream @ONLY )
|
|
|
@ -119,7 +120,8 @@ else ()
|
|
|
|
endif ()
|
|
|
|
endif ()
|
|
|
|
|
|
|
|
|
|
|
|
install( PROGRAMS
|
|
|
|
install( PROGRAMS
|
|
|
|
moc-tqt uic-tqt mcopidl-tqt dcopidl-tqt dcopidlng-tqt
|
|
|
|
moc-tqt ${CMAKE_CURRENT_BINARY_DIR}/uic-tqt
|
|
|
|
|
|
|
|
mcopidl-tqt dcopidl-tqt dcopidlng-tqt
|
|
|
|
dcopidl2cpp-tqt convert_qt_tqt1 convert_qt_tqt2
|
|
|
|
dcopidl2cpp-tqt convert_qt_tqt1 convert_qt_tqt2
|
|
|
|
convert_qt_tqt3 ${CMAKE_CURRENT_BINARY_DIR}/tmoc
|
|
|
|
convert_qt_tqt3 ${CMAKE_CURRENT_BINARY_DIR}/tmoc
|
|
|
|
${CMAKE_CURRENT_BINARY_DIR}/tqt-replace
|
|
|
|
${CMAKE_CURRENT_BINARY_DIR}/tqt-replace
|
|
|
|