| Age | Commit message (Expand) | Author |
| 2006-05-02 | Fix 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 use | Alexander Neundorf |
| 2006-04-27 | Add QTUITOOLS macro | Laurent Montel |
| 2006-04-17 | Move windowsystem check earlier in file and use the result | Tanner Lovelace |
| 2006-04-12 | Moved out the 4 values from config.h that depend on the installation prefix, | David Faure |
| 2006-04-12 | Make it user friendly: | Stephan Kulow |
| 2006-04-09 | -better error handling in FindQt4.cmake | Alexander Neundorf |
| 2006-04-08 | abort 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 qmake | Alexander Neundorf |
| 2006-04-01 | add QT_MKSPECS_DIR | Christian Ehrlicher |
| 2006-03-31 | -revert to not grepping the qmake spec file, since this is unreliable and bre... | Alexander Neundorf |
| 2006-03-31 | EXISTS() seems to eat the NOT _skip part, at least with cmake 2.3-20060317; r... | Adriaan de Groot |
| 2006-03-30 | bigger changes in FindQt4.cmake: | Alexander Neundorf |
| 2006-03-29 | Consolidate 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 defined | Alexander Neundorf |
| 2006-03-22 | prefer moc-qt4, uic-qt4 and qmake-qt4 over moc, uic and qmake | Alexander 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_LIBS | Alexander Neundorf |
| 2006-03-20 | minor cleanups: indenting, adding newline to end of file, etc. | Allen Winter |
| 2006-03-20 | first try the include dir from qmake, and only use | Matthias Kretz |
| 2006-03-16 | -implemented RPATH handling, set RPATH_STYLE to one of the following: | Alexander Neundorf |
| 2006-03-01 | Mark as advanced | Laurent Montel |
| 2006-02-16 | -replace -fexceptions with ${KDE4_ENABLE_EXCEPTIONS} (I'm not sure this is a... | Alexander Neundorf |
| 2006-02-15 | Hmm, "NOT" can't be lowercased. I tested before lowercasing that last one, of... | David Faure |
| 2006-02-15 | Lowercase some common keywords to improve readability | David Faure |
| 2006-02-12 | -moved the cmake code to find kdewin32 out of FindKDE4.cmake and into its own... | Alexander Neundorf |
| 2006-02-11 | now cmake 2.3.3 is required, if you have an older version, you get a warning | Alexander Neundorf |
| 2006-02-09 | -move find_package(pcre) back to kdelibs/CMakeLists.txt, otherwise HAVE_PCREP... | Alexander Neundorf |
| 2006-02-08 | add some libnames | Christian Ehrlicher |
| 2006-02-08 | the Qt Assistant library is named QtAssistantClient | Alexander Neundorf |
| 2006-02-01 | output Qt version | Alexander Neundorf |
| 2006-02-01 | hmm, include/Qt/ seems to be different an every platform | Alexander Neundorf |
| 2006-02-01 | there's no Qt.framework on OS X | Alexander Neundorf |
| 2006-02-01 | -FindQt4.cmake now checks first for include/QtCore, and only optionally for i... | Alexander Neundorf |
| 2006-01-29 | prepare support for the windows port | Alexander Neundorf |
| 2006-01-29 | -install dcopidl (dcopidl.bat on windows) | Alexander Neundorf |
| 2006-01-29 | mess with the path only or QtTest | Benjamin Reed |
| 2006-01-28 | stupid non-framework QtTest | Benjamin Reed |
| 2006-01-28 | -support QtSvg and QtTest | Alexander 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-28 | this wan't intended to be commited | Alexander 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 still | Benjamin Reed |
| 2006-01-25 | add the stuff moved from kdesdk, maybe... | Alexander Neundorf |
| 2006-01-22 | - add the X11 incklude dirs | Alexander Neundorf |
| 2006-01-22 | -generate_findpackage_file: a script to simplify generating simple FindFoo.cm... | Alexander Neundorf |
| 2006-01-19 | -fix ui3 handling | Alexander Neundorf |