Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F16570596
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
956 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/knotify/tests/CMakeLists.txt b/knotify/tests/CMakeLists.txt
index df8c183a58..3814e3b273 100644
--- a/knotify/tests/CMakeLists.txt
+++ b/knotify/tests/CMakeLists.txt
@@ -1,24 +1,25 @@
set( EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR} )
# This can be used for finding data files in the source dir, without installing them
project(knotifytest)
include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/../config )
+include_directories( ${CMAKE_CURRENT_BINARY_DIR}/../config )
########### knotifytest ###############
set(knotifytest_SRCS main.cpp knotifytestwindow.cpp )
kde4_add_ui_files(knotifytest_SRCS knotifytestview.ui)
kde4_add_executable(knotifytest TEST ${knotifytest_SRCS})
target_link_libraries(knotifytest ${KDE4_KIO_LIBS} knotifyconfig kcoreaddons)
#the binary file doesn't need to be installed
#install(TARGETS knotifytest DESTINATION ${BIN_INSTALL_DIR} )
########### install files ###############
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Fri, Nov 1, 9:28 AM (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
10075881
Default Alt Text
(956 B)
Attached To
Mode
rKL kdelibs
Attached
Detach File
Event Timeline
Log In to Comment