summaryrefslogtreecommitdiffstats
path: root/plugins/plasmoids
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-25 16:06:48 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-25 16:06:48 -0600
commite5e6497cb7ef4cc3d384c1f01962f99934cc1eee (patch)
treeb07acf62110358224eecf016c6238c012d432fb3 /plugins/plasmoids
parente1f0701a044549183106d857deaae291cc5950b0 (diff)
downloadkbfx-e5e6497cb7ef4cc3d384c1f01962f99934cc1eee.tar.gz
kbfx-e5e6497cb7ef4cc3d384c1f01962f99934cc1eee.zip
Fix FTBFS again
Diffstat (limited to 'plugins/plasmoids')
-rw-r--r--plugins/plasmoids/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/plasmoids/CMakeLists.txt b/plugins/plasmoids/CMakeLists.txt
index d2e2ced..527e9ce 100644
--- a/plugins/plasmoids/CMakeLists.txt
+++ b/plugins/plasmoids/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
)