summaryrefslogtreecommitdiffstats
path: root/Modules/UseQt4.cmake
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Add support for QtScriptTools in Qt 4.5.Clinton Stimpson2009-05-061-2/+3
|
* ENH: Add support for building with Qt's ActiveX support on Windows.Clinton Stimpson2009-02-061-2/+5
|
* ENH: Better way to add framework includes.Clinton Stimpson2009-01-281-1/+1
|
* ENH: Should have a -F for framework includes on Mac. Fixes ParaView build ↵Clinton Stimpson2009-01-231-0/+3
| | | | with Qt 4.5 on Mac.
* BUG: Fix #7934. phonon doesn't always depend on QtDBus.Clinton Stimpson2008-11-051-1/+5
|
* ENH: Similar to how qmake does it...Clinton Stimpson2008-05-191-4/+4
| | | | | | Don't add compile flags for dependent modules the user didn't specify. But still add the link libs. This reduces the number of unecessary compile flags.
* ENH: Automatically add dependent modules.Clinton Stimpson2008-03-141-95/+41
| | | | | For example, if QT_USE_QTXMLPATTERNS is on, QT_USE_QTNETWORK is turned on. The equivalent happens in a qmake .pro file when QT += xmlpatterns is specified.
* ENH: Add support for Qt 4.4's phonon module.Clinton Stimpson2008-03-131-0/+22
| | | | Add new Qt 4.4 modules in UseQt4.cmake
* ENH: Use new COMPILE_DEFINITIONS_* with set_property toClinton Stimpson2008-02-011-11/+4
| | | | add Qt release/debug defines.
* ENH: Define QT_NO_DEBUG when building with release Qt libs.Clinton Stimpson2007-12-011-0/+11
| | | | Fixes #6104.
* ENH: support QtScriptAlexander Neundorf2007-08-211-0/+4
| | | | Alex
* ENH: add QT_USE_QTDBUS as it exists for all other modules tooAlexander Neundorf2007-01-041-2/+5
| | | | Alex
* BUG: Patch from Clinton to restore proper QT3_SUPPORT macro definition.Brad King2006-10-041-0/+1
|
* ENH: fixes from Clinton to allow qt to work with static libsBill Hoffman2006-09-061-100/+56
|
* ENH: fix for optimized debug stuffBill Hoffman2006-08-011-96/+12
|
* ENH: fix qtmain for releaseBill Hoffman2006-08-011-3/+3
|
* ENH: fix qtmain for releaseBill Hoffman2006-08-011-1/+1
|
* ENH: -apply the patches by Clinton Stimpson and Kenneth Moreland which fixAlexander Neundorf2006-04-271-0/+13
| | | | | | | some QtMain issues on Windows ENH: -sync with KDE svn FindQt4, which features a lot of enhancements Alex
* ENH: add documentation support for modulesBill Hoffman2005-12-141-7/+5
|
* ENH: add -D options for qt stuffBill Hoffman2005-09-121-0/+7
|
* ENH: add Ken Morelands fixes for FindQTBill Hoffman2005-09-081-0/+200