summaryrefslogtreecommitdiffstats
path: root/kdeui
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-03-22 21:00:06 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-03-22 21:00:06 +0000
commit13ad43878ded427963928de0757e55dae18c7493 (patch)
tree33068177843fbb6615cc6195ed5dae7c2540a22f /kdeui
parent496589d096de43c96769d47acade262e91fc201f (diff)
downloadtdelibs-13ad43878ded427963928de0757e55dae18c7493.tar.gz
tdelibs-13ad43878ded427963928de0757e55dae18c7493.zip
kdelibs should now compile properly with TQt for Qt4
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1225671 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdeui')
-rw-r--r--kdeui/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/kdeui/CMakeLists.txt b/kdeui/CMakeLists.txt
index 9215c2860..e40154333 100644
--- a/kdeui/CMakeLists.txt
+++ b/kdeui/CMakeLists.txt
@@ -162,6 +162,7 @@ configure_file( ${CMAKE_SOURCE_DIR}/cmake/modules/template_dummy_cpp.cmake dummy
tde_add_library( ${target} SHARED
SOURCES ${CMAKE_CURRENT_BINARY_DIR}/dummy.cpp
+ LINK ${TQT_LIBRARIES}
VERSION 4.2.0
DESTINATION ${LIB_INSTALL_DIR}
)