summaryrefslogtreecommitdiffstats
path: root/tutorial/t1/CMakeLists.txt
blob: 0f4e4aef92854bb5e0dd4a31def520f2412594af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include_directories(
  ${CMAKE_BINARY_DIR}/include
)

link_directories()


##### t1 (executable)

tde_add_executable( t1

  SOURCES
        main.cpp
  LINK
     tqt-mt-shared
)

tqt_automoc( t1 )