File: CMakeLists.txt

package info (click to toggle)
ktorrent 5.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 23,004 kB
  • sloc: cpp: 44,753; ansic: 969; xml: 785; python: 560; ruby: 161; makefile: 11; sh: 10
file content (14 lines) | stat: -rw-r--r-- 312 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
set(ktupnptest_SRC main.cpp upnptestwidget.cpp)

ki18n_wrap_ui(ktupnptest_SRC upnptestwidget.ui)
add_executable(ktupnptest ${ktupnptest_SRC})

target_link_libraries(
    ktupnptest
    Qt5::Network
    KF5::Torrent
    KF5::CoreAddons
    KF5::I18n
)
install(TARGETS ktupnptest ${INSTALL_TARGETS_DEFAULT_ARGS})