summaryrefslogtreecommitdiffstats
path: root/CMake
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-21 01:43:11 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-21 01:43:11 +0000
commitba933811da6886003e6c2fa339a36a33e644fe1b (patch)
tree26c32f44cf11454c87668e78c1cb280a111c9019 /CMake
parenteedf09ff395e6a32efa8ec6b86bcf889ef088e13 (diff)
downloadgtk-qt-engine-ba933811da6886003e6c2fa339a36a33e644fe1b.tar.gz
gtk-qt-engine-ba933811da6886003e6c2fa339a36a33e644fe1b.zip
Convert remaining references to kde3 (e.g. in paths) to trinity
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/gtk-qt-engine@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'CMake')
-rw-r--r--CMake/Modules/GtkQt.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMake/Modules/GtkQt.cmake b/CMake/Modules/GtkQt.cmake
index 1251d95..5b72fcd 100644
--- a/CMake/Modules/GtkQt.cmake
+++ b/CMake/Modules/GtkQt.cmake
@@ -46,7 +46,7 @@ MACRO(GTKQT_KDE3_INSTALL_LIBTOOL_FILE _target _destination)
FILE(APPEND ${_laname} "# Should we warn about portability when linking against -modules?\nshouldnotlink=yes\n")
FILE(APPEND ${_laname} "# Files to dlopen/dlpreopen\ndlopen=''\ndlpreopen=''\n")
FILE(APPEND ${_laname} "# Directory that this library needs to be installed in:\n")
- FILE(APPEND ${_laname} "libdir='${CMAKE_INSTALL_PREFIX}/lib/kde3'\n")
+ FILE(APPEND ${_laname} "libdir='${CMAKE_INSTALL_PREFIX}/lib/trinity'\n")
INSTALL(
FILES ${_laname}