From 6cd467abc28098e7c0f75bc4e5ba3017abb01ff7 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Thu, 16 Mar 2006 20:39:34 +0000 Subject: -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 --- modules/FindKDE3.cmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/FindKDE3.cmake') diff --git a/modules/FindKDE3.cmake b/modules/FindKDE3.cmake index 5b2bd104..51e2ced5 100644 --- a/modules/FindKDE3.cmake +++ b/modules/FindKDE3.cmake @@ -24,6 +24,8 @@ # Call this if you want to have automatic moc file handling. # This means if you include "foo.moc" in the source file foo.cpp # a moc file for the header foo.h will be created automatically. +# You can set the property SKIP_AUTOMAKE using SET_SOURCE_FILES_PROPERTIES() +# to exclude some files in the list from being processed. # # KDE3_ADD_MOC_FILES(SRCS_VAR file1 ... fileN ) # If you don't use the KDE3_AUTOMOC() macro, for the files -- cgit v1.2.1