summaryrefslogtreecommitdiffstats
path: root/ksplashml
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-03-26 02:20:16 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-03-26 02:20:16 +0000
commit27e7cd0afa5a137518e319b648dc82dde99d760c (patch)
treec87e6d9b2ca0338887ddb58c857a323a68432a99 /ksplashml
parent3583645b8b0005354cb50f23189db998353523e7 (diff)
downloadtdebase-27e7cd0afa5a137518e319b648dc82dde99d760c.tar.gz
tdebase-27e7cd0afa5a137518e319b648dc82dde99d760c.zip
Fix Qt4 FTBFS
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1226011 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ksplashml')
-rw-r--r--ksplashml/themeengine/simple/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksplashml/themeengine/simple/CMakeLists.txt b/ksplashml/themeengine/simple/CMakeLists.txt
index 6f4c2dcb9..e31d55c98 100644
--- a/ksplashml/themeengine/simple/CMakeLists.txt
+++ b/ksplashml/themeengine/simple/CMakeLists.txt
@@ -31,6 +31,6 @@ include_directories(
tde_add_executable( ksplashsimple
SOURCES main.cpp
- LINK X11 ${XINERAMA_LIBRARY}
+ LINK ${TQT_LIBRARIES} X11 ${XINERAMA_LIBRARY}
DESTINATION ${BIN_INSTALL_DIR}
)