aboutsummaryrefslogtreecommitdiff
path: root/modules/Qt4ConfigDependentSettings.cmake
AgeCommit message (Collapse)Author
2011-06-30Move the modules, modules-test and systeminfo subdirs into 'attic'Allen Winter
2010-03-07-fix build on OSX with OpenGL (don't turn "-framework foo" into ↵Alexander Neundorf
"-framework;-lfoo" Alex svn path=/trunk/KDE/kdelibs/; revision=1100585
2010-01-18-fix two remaining compat. issues found by the cmake devs:Alexander Neundorf
-- the imported targets did not work with Qt installed as frameworks on OSX -- if a project exported its libraries, and these libraries depend on Qt libs, but the installed FooConfig.cmake files do not load FindQt4.cmake, this would result in unknown targets "Qt4::QtCore" etc. So now there is a switch to enable the imported targets explicitely (what we do for KDE) Alex svn path=/trunk/KDE/kdelibs/; revision=1076819
2009-12-19-keep in sync with Qt4 from cmakeAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1063890
2009-11-18-keep in sync with cmake: don't let whitespace-separated libs slip into the ↵Alexander Neundorf
variables Alex svn path=/trunk/KDE/kdelibs/; revision=1051144
2009-11-15-more syncing with cmake: make UseQt4.cmake work with the KDE version of ↵Alexander Neundorf
FindQt4.cmake, i.e. detect the additional dependencies Alex svn path=/trunk/KDE/kdelibs/; revision=1049728
2009-11-15-sync with cmake: move -DQT_DLL into Qt4ConfigDependentSettings.cmakeAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1049724
2009-11-15-more syncing with cmake: split some logic of FindQt4.cmake into separate ↵Alexander Neundorf
files Qt4Macros.cmake and Qt4ConfigDependentSettings.cmake, which are automatically included by FindQt4.cmake. -no functional changes Alex svn path=/trunk/KDE/kdelibs/; revision=1049722