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

link_directories()


#####  checklists (executable)

tde_add_executable( checklists

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

tqt_automoc( checklists )