include_directories( ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_BINARY_DIR}/include ) link_directories() ##### buttongroups (executable) tde_add_executable( buttongroups SOURCES main.cpp buttongroups.cpp LINK tqt-mt-shared ) tqt_automoc( buttongroups )