| Age | Commit message (Expand) | Author |
| 2006-06-07 | -first check for qmake, then for qmake-qt4, this is in sync with cmake's Find... | Alexander Neundorf |
| 2006-05-25 | Oops, forgot to remove that debugging message before committing. | Simon Perreault |
| 2006-05-25 | Check for qmake-qt4 before qmake. Doing otherwise would fail on Debian because | Simon Perreault |
| 2006-05-19 | -merge some fixes from cmake cvs: | Alexander Neundorf |
| 2006-05-18 | Fix debug/release link problem for msvc. | Peter Kümmel |
| 2006-05-18 | Fix debug/release link problem for msvc. | Peter Kümmel |
| 2006-05-16 | If we are building kdelibs with debug build type then choose the debug Qt lib... | Paulo Moura Guedes |
| 2006-05-16 | Taken from cmake cvs. This fixes moc and uic for msys. | Paulo Moura Guedes |
| 2006-05-11 | -enhanced syntax for KDE4_ADD_EXECUTABLE and KDE4_ADD_KDEINIT_EXECUTABLE: | Alexander Neundorf |
| 2006-05-09 | Abort if QtCore couldn't be found - for mikmak and his strange permission pro... | David Faure |
| 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 |