| Age | Commit message (Expand) | Author |
| 2007-01-31 | -fix parsing of qrc files, the file tag can have attributes | Alexander Neundorf |
| 2007-01-31 | QT4_ADD_RESOURCES from cmake 2.4.6 to fix kjscmd.qrc parsing | Christian Ehrlicher |
| 2007-01-30 | -sync with cmake cvs: better parsing of the rc files | Alexander Neundorf |
| 2007-01-04 | -add QT_USE_QTDBUS | Alexander Neundorf |
| 2007-01-04 | partly sync with cmake cvs: if "qmake" is found, check that it's a Qt4 qmake,... | Alexander Neundorf |
| 2007-01-03 | -remove obsolete macro | Alexander Neundorf |
| 2007-01-03 | -add optional argument for the interface name to QT4_GENERATE_DBUS_INTERFACE | Alexander Neundorf |
| 2007-01-03 | mark more variables as advanced | Alexander Neundorf |
| 2007-01-03 | partly sync with cmake cvs: search QtCore inc dir only in the dir qmake reported | Alexander Neundorf |
| 2007-01-03 | partly sync with cmake cvs: use the QT_QUERY_QMAKE macro | Alexander Neundorf |
| 2007-01-03 | partly sync with cmake cvs: cosmetics | Alexander Neundorf |
| 2007-01-03 | partly sync with cmake cvs: add QT_PLUGIN_DIR and some comments | Alexander Neundorf |
| 2006-12-31 | find the right qmake on OpenBSD... | Marc Espie |
| 2006-11-06 | qtmain/qtmaind changes: | Peter Kümmel |
| 2006-11-03 | update with the QTMAIN part of the cmake cvs | Peter Kümmel |
| 2006-10-24 | add a missing d fro qtuitools debug lib | Christian Ehrlicher |
| 2006-10-24 | Apparently this is still needed for Qt-4.2.1/msvc | David Faure |
| 2006-10-23 | Now that we're using Qt-4.2, we can clean up FindQt4.cmake to stop looking fo... | David Faure |
| 2006-10-22 | assistantclient lib is now named QtAssistantClient4(d) on windows... | Christian Ehrlicher |
| 2006-10-13 | SVN_SILENT: fix tab | Laurent Montel |
| 2006-10-13 | Fix tab | Laurent Montel |
| 2006-10-12 | Fix kdevelop not linking due to QT_QTDESIGNERCOMPONENTS_LIBRARY being empty (... | David Faure |
| 2006-10-11 | Add cmake macro for qtdesignercomponents lib | Laurent Montel |
| 2006-09-13 | ergh, only test was made a framework | Benjamin Reed |
| 2006-09-13 | these are proper frameworks now | Benjamin Reed |
| 2006-09-12 | Just comments | David Faure |
| 2006-09-11 | - new names for the qt dbus code generators | Simon Hausmann |
| 2006-09-09 | added copyright notice everywhere. | Alexander Neundorf |
| 2006-08-22 | help debugging build failures | Stephan Kulow |
| 2006-08-12 | -exclude files generated by qt4_generate_moc() from automoc | Alexander Neundorf |
| 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 |