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

link_directories()


##### t7 (executable)

tde_add_executable( t7

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

tqt_automoc( t7 )