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

link_directories()


#####  customlayout (executable)

tde_add_executable( customlayout

  SOURCES
        border.cpp
        card.cpp
        flow.cpp
        main.cpp
  LINK
     tqt-mt-shared
)

tqt_automoc( customlayout )