aboutsummaryrefslogtreecommitdiff
path: root/modules/FindAutomoc4.cmake
AgeCommit message (Collapse)Author
2011-06-30Move the modules, modules-test and systeminfo subdirs into 'attic'Allen Winter
2010-06-24-remove wrong status message, this was a left over from r882594 Alexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1142413
2009-01-04-add missing copyright notices, I hope I got it rightAlexander Neundorf
-also a few empty lines here and there to make it look nicer Alex svn path=/trunk/KDE/kdelibs/; revision=905547
2008-12-08-make finding the FooConfig.cmake file quiet, but don't make the outer ↵Alexander Neundorf
FindFoo.cmake file quiet Alex svn path=/trunk/KDE/kdelibs/; revision=894602
2008-11-10-require cmake 2.6.2Alexander Neundorf
-enable the reduced link interface for everybody now in kdelibs -convert all the set_target_properties(foo LINK_INTERFACE_LIBRARIES...) to the new target_link_libraries(foo LINK_INTERFACE_LIBRARIES ...) -install all shared libs also as "exported targets", so these libraries can be included by the other projects again as "imported targets", which should fix some problems with different build configurations, the reduced link interface, hopefully also custom install locations (Windows), maybe more -remove the temporary internal hackish macro _KDE4_EXPORT_LIBRARY_DEPENDENCIES() Alex, who hopes this doesn't break too much... So if you get linker errors now, please let me know (or even better kde-buildsystem@kde.org) svn path=/trunk/KDE/kdelibs/; revision=882594
2008-08-13Similar patch as in branch: more informative output when automoc4 isn't found.David Faure
svn path=/trunk/KDE/kdelibs/; revision=846504
2008-08-11mostly revert patch from yesterday, since it doesn't seem to support 64bit yetAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=845536
2008-08-10use the new-style cmake 2.6 find_package() mode which automatically searches ↵Alexander Neundorf
for the installed Automoc4Config.cmake in the appropriate directories. Alex svn path=/trunk/KDE/kdelibs/; revision=844694
2008-07-08-apply patch from guru AT computer-rave DOT com , search ↵Alexander Neundorf
CMAKE_INSTALL_PREFIX correctly, i.e. without the "/lib", since this is already part of the PATH_SUFFIX Alex svn path=/trunk/KDE/kdelibs/; revision=829705
2008-06-02-search in more directoriesAlexander Neundorf
Alex CCMAIL: faure@kde.org svn path=/trunk/KDE/kdelibs/; revision=815981
2008-05-10-use automoc4 from kdesupport if available, otherwise fallback to the one ↵Alexander Neundorf
from kdelibs. In a few weeks automoc4 from kdesupport will be required. Alex CCMAIL: kretz@kde.org svn path=/trunk/KDE/kdelibs/; revision=806300