Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Add support for QtScriptTools in Qt 4.5. | Clinton Stimpson | 2009-05-06 | 1 | -2/+3 |
| | |||||
* | ENH: Add support for building with Qt's ActiveX support on Windows. | Clinton Stimpson | 2009-02-06 | 1 | -2/+5 |
| | |||||
* | ENH: Better way to add framework includes. | Clinton Stimpson | 2009-01-28 | 1 | -1/+1 |
| | |||||
* | ENH: Should have a -F for framework includes on Mac. Fixes ParaView build ↵ | Clinton Stimpson | 2009-01-23 | 1 | -0/+3 |
| | | | | with Qt 4.5 on Mac. | ||||
* | BUG: Fix #7934. phonon doesn't always depend on QtDBus. | Clinton Stimpson | 2008-11-05 | 1 | -1/+5 |
| | |||||
* | ENH: Similar to how qmake does it... | Clinton Stimpson | 2008-05-19 | 1 | -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 Stimpson | 2008-03-14 | 1 | -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 Stimpson | 2008-03-13 | 1 | -0/+22 |
| | | | | Add new Qt 4.4 modules in UseQt4.cmake | ||||
* | ENH: Use new COMPILE_DEFINITIONS_* with set_property to | Clinton Stimpson | 2008-02-01 | 1 | -11/+4 |
| | | | | add Qt release/debug defines. | ||||
* | ENH: Define QT_NO_DEBUG when building with release Qt libs. | Clinton Stimpson | 2007-12-01 | 1 | -0/+11 |
| | | | | Fixes #6104. | ||||
* | ENH: support QtScript | Alexander Neundorf | 2007-08-21 | 1 | -0/+4 |
| | | | | Alex | ||||
* | ENH: add QT_USE_QTDBUS as it exists for all other modules too | Alexander Neundorf | 2007-01-04 | 1 | -2/+5 |
| | | | | Alex | ||||
* | BUG: Patch from Clinton to restore proper QT3_SUPPORT macro definition. | Brad King | 2006-10-04 | 1 | -0/+1 |
| | |||||
* | ENH: fixes from Clinton to allow qt to work with static libs | Bill Hoffman | 2006-09-06 | 1 | -100/+56 |
| | |||||
* | ENH: fix for optimized debug stuff | Bill Hoffman | 2006-08-01 | 1 | -96/+12 |
| | |||||
* | ENH: fix qtmain for release | Bill Hoffman | 2006-08-01 | 1 | -3/+3 |
| | |||||
* | ENH: fix qtmain for release | Bill Hoffman | 2006-08-01 | 1 | -1/+1 |
| | |||||
* | ENH: -apply the patches by Clinton Stimpson and Kenneth Moreland which fix | Alexander Neundorf | 2006-04-27 | 1 | -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 modules | Bill Hoffman | 2005-12-14 | 1 | -7/+5 |
| | |||||
* | ENH: add -D options for qt stuff | Bill Hoffman | 2005-09-12 | 1 | -0/+7 |
| | |||||
* | ENH: add Ken Morelands fixes for FindQT | Bill Hoffman | 2005-09-08 | 1 | -0/+200 |