File: CMakeLists.txt

package info (click to toggle)
kdiagram2 2.8.0-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 6,796 kB
  • sloc: cpp: 52,379; makefile: 8; sh: 2
file content (12 lines) | stat: -rw-r--r-- 217 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
set(TableView_SRCS
    mainwindow.cpp
    main.cpp
)

qt5_add_resources(TableView_SRCS
    ModelView.qrc
)

add_executable(TableView  ${TableView_SRCS})

target_link_libraries(TableView testtools KChart Qt5::Widgets)