summaryrefslogtreecommitdiffstats
path: root/examples/action/CMakeLists.txt
blob: 5f2bf4ad671ecaf2736fda86c5b58d0e6e47e20a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
add_subdirectory( toggleaction )

include_directories(
  ${CMAKE_CURRENT_SOURCE_DIR}
  ${CMAKE_BINARY_DIR}/include
)

link_directories()


##### action (executable)

tde_add_executable( action

  SOURCES
        application.cpp
        main.cpp
  LINK
     tqt-mt-shared
)

tqt_automoc( action )