aboutsummaryrefslogtreecommitdiff
path: root/modules/FindQt4.cmake
AgeCommit message (Collapse)Author
2008-01-29adjust order of includesDavid Johnson
svn path=/branches/KDE/4.0/kdelibs/; revision=768282
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
2007-03-13Why should ICE be required when using FindQt4? breaks when using this file ↵David Faure
elsewhere, like in strigi. svn path=/trunk/KDE/kdelibs/; revision=642263
2007-03-13add -F for finding qt in a non-default locationBenjamin Reed
svn path=/trunk/KDE/kdelibs/; revision=642253
2007-03-05This patch fixes finding Qt4 when installed as a framework on OS X. The ↵Caleb Tennis
original code simply implied that if Qt4 was installed as a framework, all of the components would be there. However, this patch actually verifies the components are installed and sets the appropriate _FOUND variables if they are found or not. Patch was originally submitted to kde-buildsystem. However, I'm guessing most current users aren't on OS X and using the framework install, so the impact is probably minimal at the moment. svn path=/trunk/KDE/kdelibs/; revision=639611
2007-03-01QtScript is static, no -frameworkBenjamin Reed
svn path=/trunk/KDE/kdelibs/; revision=638192
2007-02-28-some formatting in FindX11.cmakeAlexander Neundorf
-only use check_library_exists() if libICE hasn_t been found -check that ICE has been found in FindQt4.cmake Alex This should help against the problem, right ? CCMAIL: winter@kde.org svn path=/trunk/KDE/kdelibs/; revision=638084
2007-02-27-don't use "-L" and "-l" because I don't think this works with MSVC and it ↵Alexander Neundorf
might mess up the link dir ordering -don't use the cache for the modified QTUITOOLS_LIBRARY, because this will only work if it's not yet in the cache Does it work better this way ? Alex CCMAIL: thiago@kde.org svn path=/trunk/KDE/kdelibs/; revision=637801
2007-02-27some formattingAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=637796
2007-02-27Initial support for the IMHO "broken" way of compiling KDE in Qt 4.3:Thiago Macieira
if QtScript is detected, we assume that QtUiTools needs to link to it. This detects QtScript correctly. But this does not work. For whatever reason, the last block simply doesn't work: SET(QT_QTUITOOLS_LIBRARY ...) and nothing is exactly the same. I don't have time to investigate why SET doesn't set. If you're building KDE with Qt 4.3, for the moment you have to set QT_QTUITOOLS_LIBRARY manually to "-lQtUiTools -lQtScript". CCMAIL:kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=637764
2007-01-31-fix parsing of qrc files, the file tag can have attributesAlexander Neundorf
http://www.cmake.org/Bug/bug.php?op=show&bugid=4331 Alex svn path=/trunk/KDE/kdelibs/; revision=628882
2007-01-31QT4_ADD_RESOURCES from cmake 2.4.6 to fix kjscmd.qrc parsingChristian Ehrlicher
why does it work on linux? svn path=/trunk/KDE/kdelibs/; revision=628868
2007-01-30-sync with cmake cvs: better parsing of the rc filesAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=628695
2007-01-04-add QT_USE_QTDBUSAlexander Neundorf
we're now almost sync'ed with cmake cvs again, it's just the release/debug lib stuff, the framework stuff, and the extra conf checks done in cmake cvs Alex svn path=/trunk/KDE/kdelibs/; revision=619966
2007-01-04partly sync with cmake cvs: if "qmake" is found, check that it's a Qt4 ↵Alexander Neundorf
qmake, if not, search again for qmake4 and qmake-qt4 Alex svn path=/trunk/KDE/kdelibs/; revision=619956
2007-01-03-remove obsolete macroAlexander Neundorf
-minor doc fix Alex svn path=/trunk/KDE/kdelibs/; revision=619654
2007-01-03-add optional argument for the interface name to QT4_GENERATE_DBUS_INTERFACEAlexander Neundorf
-partly sync cmake cvs: with add dependency scanning for Qt rc files (#134340) Alex CCMAIL: faure@kde.org svn path=/trunk/KDE/kdelibs/; revision=619651
2007-01-03mark more variables as advancedAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=619649
2007-01-03partly sync with cmake cvs: search QtCore inc dir only in the dir qmake reportedAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=619645