################################################# # # Improvements and feedback are welcome # # This file is released under GPL >= 2 # ################################################# include_directories( ${TQT_INCLUDE_DIRS} ${CMAKE_BINARY_DIR} ${CMAKE_BINARY_DIR}/src ${CMAKE_SOURCE_DIR}/src ) link_directories( ${TQT_LIBRARY_DIRS} ) ##### other data ################################ ##### tdeio_appinfo (module) ####################### set( target universal-indent-gui-tqt ) set( ${target}_SRCS main.cpp ) tde_add_executable( ${target} AUTOMOC SOURCES ${${target}_SRCS} DESTINATION ${BIN_INSTALL_DIR} )