summaryrefslogtreecommitdiffstats
path: root/tools/qembed/CMakeLists.txt
blob: 2a0844b6e28b3542549d0e227af03280fb50f3ec (plain)
1
2
3
4
5
6
7
8
9
10
11
include_directories(
  ${CMAKE_BINARY_DIR}/include
)

##### tqembed (executable)

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