blob: 674d9514af1ed7fa80085bb18e69711834b8fdfb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
include_directories(
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_SOURCE_DIR}/src
${CMAKE_SOURCE_DIR}/src/libktorrent
${CMAKE_CURRENT_BINARY_DIR}
)
##### ktupnptest (executable)
tde_add_executable( ktupnptest AUTOMOC
SOURCES main.cpp upnptestapp.cpp mainwidget.ui
LINK ktupnp-static ktorrent-shared tdecore-shared tdeui-shared tdeio-shared DCOP-shared
DESTINATION ${BIN_INSTALL_DIR}
)
|