summaryrefslogtreecommitdiffstats
path: root/examples/buttongroups/CMakeLists.txt
blob: 96c716e6e8efacb144ab649ae340f1bba01acbbb (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()


#####  buttongroups (executable)

tde_add_executable( buttongroups

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

tqt_automoc( buttongroups )