Page MenuHomePhorge

No OneTemporary

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

Mime Type
text/x-diff
Expires
Fri, Nov 1, 9:28 AM (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
10075881
Default Alt Text
(956 B)

Event Timeline