aboutsummaryrefslogtreecommitdiff
path: root/modules/KDE3Macros.cmake
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2006-03-16 20:39:34 +0000
committerAlexander Neundorf <neundorf@kde.org>2006-03-16 20:39:34 +0000
commit6cd467abc28098e7c0f75bc4e5ba3017abb01ff7 (patch)
treeb0a701f0884aeeb7269900f4c17b7415c33e2683 /modules/KDE3Macros.cmake
parent8e8d825a0203381639f8a9a94713ad9fb985ff7b (diff)
downloadextra-cmake-modules-6cd467abc28098e7c0f75bc4e5ba3017abb01ff7.tar.gz
extra-cmake-modules-6cd467abc28098e7c0f75bc4e5ba3017abb01ff7.tar.bz2
-implemented RPATH handling, set RPATH_STYLE to one of the following:
default: compile with RPATH to the builddir, when installing link again with RPATH to the install dir, the kde lib dir and the Qt lib dir none: no RPATH at all install: compile with RPATH to the install dir, the kde lib dir and the Qt lib dir both: compiel with RPATH to the build dir, the install dir, the kde lib dir and the Qt lib dir -sync kde3 stuff with cmake cvs -fix building if kdewidgets and kstyles (get_target_properties doesn't work before the target is defined) Alex svn path=/trunk/KDE/kdelibs/; revision=519312
Diffstat (limited to 'modules/KDE3Macros.cmake')
-rw-r--r--modules/KDE3Macros.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/KDE3Macros.cmake b/modules/KDE3Macros.cmake
index 5924b39d..99dfb5f7 100644
--- a/modules/KDE3Macros.cmake
+++ b/modules/KDE3Macros.cmake
@@ -1,3 +1,7 @@
+
+
+# See FindKDE3.cmake for documentation.
+#
# this file contains the following macros:
# KDE3_ADD_DCOP_SKELS
# KDE3_ADD_DCOP_STUBS