diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-25 16:06:48 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-25 16:06:48 -0600 |
commit | e5e6497cb7ef4cc3d384c1f01962f99934cc1eee (patch) | |
tree | b07acf62110358224eecf016c6238c012d432fb3 /plugins/settings | |
parent | e1f0701a044549183106d857deaae291cc5950b0 (diff) | |
download | kbfx-e5e6497cb7ef4cc3d384c1f01962f99934cc1eee.tar.gz kbfx-e5e6497cb7ef4cc3d384c1f01962f99934cc1eee.zip |
Fix FTBFS again
Diffstat (limited to 'plugins/settings')
-rw-r--r-- | plugins/settings/CMakeLists.txt | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/plugins/settings/CMakeLists.txt b/plugins/settings/CMakeLists.txt index 6cb36b8..fc09b22 100644 --- a/plugins/settings/CMakeLists.txt +++ b/plugins/settings/CMakeLists.txt @@ -13,12 +13,18 @@ include_directories( ${TQT_INCLUDE_DIRS} ${TDE_INCLUDE_DIR} ${CMAKE_BINARY_DIR} + ${CMAKE_SOURCE_DIR}/src + ${CMAKE_SOURCE_DIR}/kbfxlib/common + ${CMAKE_SOURCE_DIR}/kbfxlib/data + ${CMAKE_SOURCE_DIR}/plugins/common ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR} ) link_directories( ${TQT_LIBRARY_DIRS} + ${CMAKE_BINARY_DIR}/kbfxlib/common + ${CMAKE_BINARY_DIR}/kbfxlib/data ) @@ -27,7 +33,7 @@ link_directories( set( target kbfxplasmadatasettings ) set( ${target}_SRCS - kbfxplasmadatasettings.cpp + kbfxplasmadatapluginsettings.cpp ) tde_add_library( ${target} SHARED AUTOMOC @@ -41,4 +47,4 @@ tde_add_library( ${target} SHARED AUTOMOC ##### headers ####################################### file( GLOB HEADERS *.h ) -INSTALL(FILES ${HEADERS} DESTINATION ${INCLUDE_INSTALL_DIR}/kbfx/plugins)
\ No newline at end of file +INSTALL(FILES ${HEADERS} DESTINATION ${INCLUDE_INSTALL_DIR}/kbfx/plugins) |