aboutsummaryrefslogtreecommitdiff
path: root/modules/FindQt4.cmake
AgeCommit message (Expand)Author
2006-05-11-enhanced syntax for KDE4_ADD_EXECUTABLE and KDE4_ADD_KDEINIT_EXECUTABLE:Alexander Neundorf
2006-05-09Abort if QtCore couldn't be found - for mikmak and his strange permission pro...David Faure
2006-05-02Fix Qt version parsing to accept "4.1.3-snapshot-20060502"David Faure
2006-04-27-use MACRO_ADD_FILE_DEPENDENCIES() and remove the duplicated _QT4_ADD_FILE_DE...Alexander Neundorf
2006-04-27-use qmake to tell us which uic and moc we should useAlexander Neundorf
2006-04-27Add QTUITOOLS macroLaurent Montel
2006-04-17Move windowsystem check earlier in file and use the resultTanner Lovelace
2006-04-12Moved out the 4 values from config.h that depend on the installation prefix,David Faure
2006-04-12Make it user friendly:Stephan Kulow
2006-04-09-better error handling in FindQt4.cmakeAlexander Neundorf
2006-04-08abort configuring if installed used qt version is to old Ralf Habacker
2006-04-07-in ADD_CUSTOM_COMMAND: use MAIN_DEPENDENCY, where the depend file is a file ...Alexander Neundorf
2006-04-04-fix detection of Qt4 qmakeAlexander Neundorf
2006-04-01add QT_MKSPECS_DIRChristian Ehrlicher
2006-03-31-revert to not grepping the qmake spec file, since this is unreliable and bre...Alexander Neundorf
2006-03-31EXISTS() seems to eat the NOT _skip part, at least with cmake 2.3-20060317; r...Adriaan de Groot
2006-03-30bigger changes in FindQt4.cmake:Alexander Neundorf
2006-03-29Consolidate checks for the Microsoft Windows windowing system into one line i...Tanner Lovelace
2006-03-27-apply patch from Tanner Lovelace: only check for X11 if Q_WS_X11 is definedAlexander Neundorf
2006-03-22prefer moc-qt4, uic-qt4 and qmake-qt4 over moc, uic and qmakeAlexander Neundorf
2006-03-21-don't prefer QTDIR over the system path for searching qmake, as QTDIR is obs...Alexander Neundorf
2006-03-20-rename QT_AND_KDECORE_LIBS to KDE4_KDECORE_LIBSAlexander Neundorf
2006-03-20minor cleanups: indenting, adding newline to end of file, etc.Allen Winter
2006-03-20first try the include dir from qmake, and only useMatthias Kretz
2006-03-16-implemented RPATH handling, set RPATH_STYLE to one of the following:Alexander Neundorf
2006-03-01Mark as advancedLaurent Montel
2006-02-16-replace -fexceptions with ${KDE4_ENABLE_EXCEPTIONS} (I'm not sure this is a...Alexander Neundorf
2006-02-15Hmm, "NOT" can't be lowercased. I tested before lowercasing that last one, of...David Faure
2006-02-15Lowercase some common keywords to improve readabilityDavid Faure
2006-02-12-moved the cmake code to find kdewin32 out of FindKDE4.cmake and into its own...Alexander Neundorf
2006-02-11now cmake 2.3.3 is required, if you have an older version, you get a warningAlexander Neundorf
2006-02-09-move find_package(pcre) back to kdelibs/CMakeLists.txt, otherwise HAVE_PCREP...Alexander Neundorf
2006-02-08add some libnamesChristian Ehrlicher
2006-02-08the Qt Assistant library is named QtAssistantClientAlexander Neundorf
2006-02-01output Qt versionAlexander Neundorf
2006-02-01hmm, include/Qt/ seems to be different an every platformAlexander Neundorf
2006-02-01there's no Qt.framework on OS XAlexander Neundorf
2006-02-01-FindQt4.cmake now checks first for include/QtCore, and only optionally for i...Alexander Neundorf
2006-01-29prepare support for the windows portAlexander Neundorf
2006-01-29-install dcopidl (dcopidl.bat on windows)Alexander Neundorf
2006-01-29mess with the path only or QtTestBenjamin Reed
2006-01-28stupid non-framework QtTestBenjamin Reed
2006-01-28-support QtSvg and QtTestAlexander Neundorf
2006-01-28-new module to find agg (I don't have it installed here, so I couldn't really...Alexander Neundorf
2006-01-28this wan't intended to be commitedAlexander Neundorf
2006-01-28-prefer the Qt binaries in the "special" (like QTDIR) directories over the Qt...Alexander Neundorf
2006-01-27-lQtTest is not a framework on osx qt 4.1.0, need -L stillBenjamin Reed
2006-01-25add the stuff moved from kdesdk, maybe...Alexander Neundorf
2006-01-22- add the X11 incklude dirsAlexander Neundorf
2006-01-22-generate_findpackage_file: a script to simplify generating simple FindFoo.cm...Alexander Neundorf