| Age | Commit message (Expand) | Author |
| 2006-07-11 | Allow to specify classname. | Laurent Montel |
| 2006-07-05 | if a wrong qmake has been found, mark it as invalid in the cache, so that it ... | Alexander Neundorf |
| 2006-07-04 | make the optional parameter ofr qt4_add_dbus_adaptor() actually work | Alexander Neundorf |
| 2006-07-04 | -support an additional optional basename parameter for QT4_ADD_DBUS_ADAPTER() | Alexander Neundorf |
| 2006-07-04 | Let's stop generating adaptors that completely fail at runtime (qinvokemethod... | David Faure |
| 2006-07-03 | - variable overriding doesn't seem to work, according to Alex | Simon Hausmann |
| 2006-07-02 | -fix dependencies for cmake < 2.4.3 | Alexander Neundorf |
| 2006-07-02 | Make it work, thanks to Alex! | Tobias Koenig |
| 2006-07-02 | -add macros for dealing with dbus stuff: | Alexander Neundorf |
| 2006-07-01 | Fix typo. | Kevin Ottens |
| 2006-07-01 | Make kdecore link against QtDBus, thanks to Alex for his help on debugging! | Tobias Koenig |
| 2006-07-01 | Make kdelibs compile with current qt4.2 snapshot | Tobias Koenig |
| 2006-06-30 | This is safe to add. | Thiago Macieira |
| 2006-06-20 | Fix compilation on OSX: QtUiTools also doesn't come as a framework. | Marijn Kruisselbrink |
| 2006-06-20 | Fix probable copy/paste error. | Paulo Moura Guedes |
| 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 |