aboutsummaryrefslogtreecommitdiff
path: root/modules/FindQt4.cmake
AgeCommit message (Expand)Author
2006-07-11Allow to specify classname.Laurent Montel
2006-07-05if a wrong qmake has been found, mark it as invalid in the cache, so that it ...Alexander Neundorf
2006-07-04make the optional parameter ofr qt4_add_dbus_adaptor() actually workAlexander Neundorf
2006-07-04-support an additional optional basename parameter for QT4_ADD_DBUS_ADAPTER()Alexander Neundorf
2006-07-04Let's stop generating adaptors that completely fail at runtime (qinvokemethod...David Faure
2006-07-03- variable overriding doesn't seem to work, according to AlexSimon Hausmann
2006-07-02-fix dependencies for cmake < 2.4.3Alexander Neundorf
2006-07-02Make it work, thanks to Alex!Tobias Koenig
2006-07-02-add macros for dealing with dbus stuff: Alexander Neundorf
2006-07-01Fix typo.Kevin Ottens
2006-07-01Make kdecore link against QtDBus, thanks to Alex for his help on debugging!Tobias Koenig
2006-07-01Make kdelibs compile with current qt4.2 snapshotTobias Koenig
2006-06-30This is safe to add.Thiago Macieira
2006-06-20Fix compilation on OSX: QtUiTools also doesn't come as a framework.Marijn Kruisselbrink
2006-06-20Fix 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-25Oops, forgot to remove that debugging message before committing.Simon Perreault
2006-05-25Check for qmake-qt4 before qmake. Doing otherwise would fail on Debian becauseSimon Perreault
2006-05-19-merge some fixes from cmake cvs:Alexander Neundorf
2006-05-18Fix debug/release link problem for msvc.Peter Kümmel
2006-05-18Fix debug/release link problem for msvc.Peter Kümmel
2006-05-16If we are building kdelibs with debug build type then choose the debug Qt lib...Paulo Moura Guedes
2006-05-16Taken 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-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