summaryrefslogtreecommitdiffstats
path: root/examples/action/toggleaction/CMakeLists.txt
blob: fe2e9762c6f8c3f84efbb39041a8954d13a46f67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
include_directories(
  ${CMAKE_CURRENT_SOURCE_DIR}
  ${CMAKE_BINARY_DIR}/include
)

link_directories()


##### toggleaction (executable)

tde_add_executable( toggleaction

  SOURCES
        toggleaction.cpp
  LINK
     tqt-mt-shared
)

tqt_automoc( toggleaction )