aboutsummaryrefslogtreecommitdiff
path: root/modules/FindQt4.cmake
AgeCommit message (Expand)Author
2007-04-09win32 fix: added message about the used qmake location, this helps to find pr...Ralf Habacker
2007-03-30we need the debug libs tooChristian Ehrlicher
2007-03-13Why should ICE be required when using FindQt4? breaks when using this file el...David Faure
2007-03-13add -F for finding qt in a non-default locationBenjamin Reed
2007-03-05This patch fixes finding Qt4 when installed as a framework on OS X. The orig...Caleb Tennis
2007-03-01QtScript is static, no -frameworkBenjamin Reed
2007-02-28-some formatting in FindX11.cmakeAlexander Neundorf
2007-02-27-don't use "-L" and "-l" because I don't think this works with MSVC and it mi...Alexander Neundorf
2007-02-27some formattingAlexander Neundorf
2007-02-27Initial support for the IMHO "broken" way of compiling KDE in Qt 4.3:Thiago Macieira
2007-01-31-fix parsing of qrc files, the file tag can have attributesAlexander Neundorf
2007-01-31QT4_ADD_RESOURCES from cmake 2.4.6 to fix kjscmd.qrc parsingChristian Ehrlicher
2007-01-30-sync with cmake cvs: better parsing of the rc filesAlexander Neundorf
2007-01-04-add QT_USE_QTDBUSAlexander Neundorf
2007-01-04partly sync with cmake cvs: if "qmake" is found, check that it's a Qt4 qmake,...Alexander Neundorf
2007-01-03-remove obsolete macroAlexander Neundorf
2007-01-03-add optional argument for the interface name to QT4_GENERATE_DBUS_INTERFACEAlexander Neundorf
2007-01-03mark more variables as advancedAlexander Neundorf
2007-01-03partly sync with cmake cvs: search QtCore inc dir only in the dir qmake reportedAlexander Neundorf
2007-01-03partly sync with cmake cvs: use the QT_QUERY_QMAKE macroAlexander Neundorf
2007-01-03partly sync with cmake cvs: cosmeticsAlexander Neundorf
2007-01-03partly sync with cmake cvs: add QT_PLUGIN_DIR and some commentsAlexander Neundorf
2006-12-31find the right qmake on OpenBSD...Marc Espie
2006-11-06qtmain/qtmaind changes:Peter Kümmel
2006-11-03update with the QTMAIN part of the cmake cvsPeter Kümmel
2006-10-24add a missing d fro qtuitools debug libChristian Ehrlicher
2006-10-24Apparently this is still needed for Qt-4.2.1/msvcDavid Faure
2006-10-23Now that we're using Qt-4.2, we can clean up FindQt4.cmake to stop looking fo...David Faure
2006-10-22assistantclient lib is now named QtAssistantClient4(d) on windows...Christian Ehrlicher
2006-10-13SVN_SILENT: fix tabLaurent Montel
2006-10-13Fix tabLaurent Montel
2006-10-12Fix kdevelop not linking due to QT_QTDESIGNERCOMPONENTS_LIBRARY being empty (...David Faure
2006-10-11Add cmake macro for qtdesignercomponents libLaurent Montel
2006-09-13ergh, only test was made a frameworkBenjamin Reed
2006-09-13these are proper frameworks nowBenjamin Reed
2006-09-12Just commentsDavid Faure
2006-09-11- new names for the qt dbus code generatorsSimon Hausmann
2006-09-09added copyright notice everywhere.Alexander Neundorf
2006-08-22help debugging build failuresStephan Kulow
2006-08-12-exclude files generated by qt4_generate_moc() from automocAlexander Neundorf
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