summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-03-29 12:35:55 +0000
committersamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-03-29 12:35:55 +0000
commit6c9be4e7d0033a7321a2bc75c57ee86274d34d23 (patch)
tree04aaef11a9bdf06ce872e6c8e26426adb2a5d880
parent01c1a203c427b44c7578fd4af470577fc95a8745 (diff)
downloadtdebase-6c9be4e7.tar.gz
tdebase-6c9be4e7.zip
[kdebase/ksplashml] fixed a linking error
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1226393 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--ksplashml/themeengine/simple/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/ksplashml/themeengine/simple/CMakeLists.txt b/ksplashml/themeengine/simple/CMakeLists.txt
index e31d55c98..927f4b507 100644
--- a/ksplashml/themeengine/simple/CMakeLists.txt
+++ b/ksplashml/themeengine/simple/CMakeLists.txt
@@ -26,6 +26,10 @@ include_directories(
${TQT_INCLUDE_DIRS}
)
+link_directories(
+ ${TQT_LIBRARY_DIRS}
+)
+
##### ksplashsimple (executable) ################