aboutsummaryrefslogtreecommitdiff
path: root/modules/FindQt4.cmake
AgeCommit message (Collapse)Author
2008-08-17Fix close "if"Laurent Montel
svn path=/trunk/KDE/kdelibs/; revision=848174
2008-08-16FindQt4.cmake: fail if Qt3 has already been foundAlexander Neundorf
FATAL_ERROR also if called QUIETLY FindKDE4Internal.cmake: only abort with FATAL_ERROR if we are REQUIRED, otherwise just RETURN() and don't set KDE4_FOUND Alex svn path=/trunk/KDE/kdelibs/; revision=848106
2008-07-20-remove empty lines from documentation block in FindQt4.cmake, so everything ↵Alexander Neundorf
is included again in the generated documentatiom -lowercase FindTaglib.cmake Alex svn path=/trunk/KDE/kdelibs/; revision=835221
2008-06-06-no space necessary between -F and the directoryAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=817549
2008-06-05-add -F /Library/Frameworks to the moc arguments, otherwise moc doesn't find ↵Alexander Neundorf
the include dirs in frameworks when Qt is built as plain framework, which means that e.g. Q_OS_UNIX is not set and also Q_INTERFACE doesn't work Alex svn path=/trunk/KDE/kdelibs/; revision=817360
2008-06-04fix typoDavid Faure
svn path=/trunk/KDE/kdelibs/; revision=816917
2008-05-22make DBus work with Qt4 as frameworksAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=811204
2008-04-26more syncing with cmake cvsAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=801586
2008-04-26-minor syncing with FindQt4.cmake from cmake cvsAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=801584
2008-04-11Find Qt also on OSX when compiled without frameworks, but with debugging.Till Adam
svn path=/trunk/KDE/kdelibs/; revision=795721
2008-03-18fix the documentation for Qt4 againAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=787262
2008-03-18fix documentation, QT_LIBRARIES doesn't exist Alexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=787251
2008-03-12Adjust variableLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=784788
2008-03-11Fix the cmake test so that QT_QTWEBKIT_FOUND is set when QtWebKit is found.Alex Merry
svn path=/trunk/KDE/kdelibs/; revision=784463
2008-02-15Avoid a cmake warning by terminating the IF properly.Till Adam
svn path=/trunk/KDE/kdelibs/; revision=775366
2008-02-15QtClucene doesn't have public APILaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=775229
2008-02-15Add new variable for new libLaurent Montel
But qt-copy doesn't install QtClucene include Thiago ? CCMAIL: thiago@kde.org svn path=/trunk/KDE/kdelibs/; revision=775219
2008-01-29adjust order of includesDavid Johnson
svn path=/trunk/KDE/kdelibs/; revision=768283
2007-12-19-synced partly with cmake cvs FindQt4.cmake: optional OPTIONS argument for ↵Alexander Neundorf
some of the macros Alex svn path=/trunk/KDE/kdelibs/; revision=750657
2007-12-16no need to have different success messages for Windows and UNIXAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=749036
2007-12-16-remove macros QT4_ADD_DBUS_INTERFACE_NO_NAMESPACE() and ↵Alexander Neundorf
QT4_ADD_DBUS_INTERFACES_NO_NAMESPACE(), they were deprecated since september 24 and failed with MESSAGE(SEND_ERROR ...) since then some syncing with FindQt4.cmake from cmake cvs: -some whitespace syncing -under Windows: use the registry to get the default installed Qt4 version, and search qmake also there -support multiple directories in QMAKE_MKSPECS -fixes for finding the include directories for QtAssistant and QtDesigner under OSX Alex svn path=/trunk/KDE/kdelibs/; revision=749028
2007-12-14Move the wchar_t msvc fix local to phonon, including it for everything ↵Shane King
linked against qt causes link problems with other libraries. svn path=/trunk/KDE/kdelibs/; revision=748277
2007-12-13Fixed build for ds9 phonon backend with msvcShane King
svn path=/trunk/KDE/kdelibs/; revision=748071
2007-12-11apply patch to properly set QT_NO_DEBUG in release buildsChristian Ehrlicher
from FindQt4.cmake / cmake cvs svn path=/trunk/KDE/kdelibs/; revision=747359
2007-10-24Support for passing "-i includefile" to qdbusxml2cpp. Can be useful for the ↵David Faure
QList<int> issue of the kcookieserver dbus interface for instance. svn path=/trunk/KDE/kdelibs/; revision=728883
2007-10-05Merged KIO::JobFlags branchDavid Faure
svn path=/trunk/KDE/kdelibs/; revision=721447
2007-09-24Adapt CMakeLists.txt as discussed with Alex.Laurent Montel
KDE4_ADD_TEST_EXECUTABLE is deprecated now use KDE4_ADD_EXECUTABLE(<target> TEST <files>) instead QT4_ADD_DBUS_INTERFACE_NO_NAMESPACE and QT4_ADD_DBUS_INTERFACES_NO_NAMESPACE are deprecated too used SET_SOURCE_FILES_PROPERTIES(<files> PROPERTIES NO_NAMESPACE TRUE) QT4_ADD_DBUS_INTERFACES(<srcList> <files>) set( EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR} ) is put in each CMakeLists.txt where KDE4_ADD_EXECUTABLE(<target> TEST <files>) and KDE4_ADD_UNIT_TEST were used. svn path=/trunk/KDE/kdelibs/; revision=716146
2007-09-19unbreakAlex Merry
svn path=/trunk/KDE/kdelibs/; revision=714451
2007-09-19-make QT4_ADD_DBUS_INTERFACES work not-by-accident and remove some ↵Alexander Neundorf
unnecessary code Alex svn path=/trunk/KDE/kdelibs/; revision=714423
2007-09-19partly sync with cmake cvs: handle relative/absolute paths in Qt rc files ↵Alexander Neundorf
better, handle qmake errors better Alex svn path=/trunk/KDE/kdelibs/; revision=714403
2007-09-11compile fixRalf Habacker
svn path=/trunk/KDE/kdelibs/; revision=711194
2007-09-11all variables starts with QT_, we should too Ralf Habacker
svn path=/trunk/KDE/kdelibs/; revision=711193
2007-09-11win32 requires a variable containing the qt install dirRalf Habacker
svn path=/trunk/KDE/kdelibs/; revision=711183
2007-08-21typoAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=703061
2007-07-25- okayed by thiagoJason vanRijn Kasper
- commenting the fact that QT4_ADD_DBUS_ADAPTOR actually has 6 parameters. the 5th and 6th are optional and allow for configuring the basename and classname of the generated adaptor classes. svn path=/trunk/KDE/kdelibs/; revision=692557
2007-07-21remove tabsPeter Kümmel
svn path=/trunk/KDE/kdelibs/; revision=690694
2007-07-21too much parameters for the msvc IDE, put them into a file and use the moc ↵Peter Kümmel
option '@' svn path=/trunk/KDE/kdelibs/; revision=690693
2007-07-14back to unix styleChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=687941
2007-07-14fix for msvc when find_package(Qt) is called more than once.Christian Ehrlicher
see also http://lists.kde.org/?l=kde-buildsystem&m=118431477014099&w=2 Patch from nhuh put add web de svn path=/trunk/KDE/kdelibs/; revision=687903
2007-07-09it's d4, not 4dFrank Osterfeld
svn path=/trunk/KDE/kdelibs/; revision=685741
2007-07-09fix linebreaksFrank Osterfeld
svn path=/trunk/KDE/kdelibs/; revision=685713
2007-07-09build with mingwFrank Osterfeld
svn path=/trunk/KDE/kdelibs/; revision=685707
2007-06-20Remove the now uncessary QtScript from QT_QTUITOOLS_LIBRARY.Andreas Pakulat
svn path=/trunk/KDE/kdelibs/; revision=678154
2007-06-13Fix for Q_WS_MAC on mac when frameworks are enabled, based on patch by ↵David Faure
mac.younker gmail.com svn path=/trunk/KDE/kdelibs/; revision=675309
2007-06-09Get kdelib to build with Qtopia Core. Remove old Q_WS_QWS ifdefs. Add needed ↵Benjamin Long
headers. svn path=/trunk/KDE/kdelibs/; revision=673342
2007-06-07fix commentsMatthias Kretz
svn path=/trunk/KDE/kdelibs/; revision=672499
2007-06-04Add Q_WS_QWS symbol to build system. Also check for that symbol, and link ↵Benjamin Long
against the QtNetwork libarary if found. This is all for the Qtopia-Core target. svn path=/trunk/KDE/kdelibs/; revision=671369
2007-04-25Commit my patch into trunkLaurent Montel
(there is any problem with this patch but I prefere to commit it before next monday) svn path=/trunk/KDE/kdelibs/; revision=657955
2007-04-09win32 fix: added message about the used qmake location, this helps to find ↵Ralf Habacker
problems with installation pathes svn path=/trunk/KDE/kdelibs/; revision=651978
2007-03-30we need the debug libs tooChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=648162