summaryrefslogtreecommitdiffstats
path: root/tools/designer/tools/tqtcreatecw/CMakeLists.txt
blob: 14b2f2971e2b42cdd9e59f9e0038e2f3fe42f02c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

include_directories(
  ${CMAKE_BINARY_DIR}
  ${CMAKE_CURRENT_BINARY_DIR}
  ${CMAKE_CURRENT_SOURCE_DIR}
  ${CMAKE_SOURCE_DIR}/mkspecs/linux-g++-64
  ${CMAKE_BINARY_DIR}/include
  ${ZLIB_INCLUDE_DIRS}
)

link_directories()


##### tqtcreatecw (executable)

set( target tqtcreatecw )

tde_add_executable( ${target}
  SOURCES main.cpp
  LINK tqt-mt-shared
  DESTINATION ${BIN_INSTALL_DIR}
)

tqt_automoc( ${target} )