diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-03-22 21:00:06 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-03-22 21:00:06 +0000 |
commit | 13ad43878ded427963928de0757e55dae18c7493 (patch) | |
tree | 33068177843fbb6615cc6195ed5dae7c2540a22f /kdeui/CMakeLists.txt | |
parent | 496589d096de43c96769d47acade262e91fc201f (diff) | |
download | tdelibs-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/CMakeLists.txt')
-rw-r--r-- | kdeui/CMakeLists.txt | 1 |
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} ) |