Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Qt4: Fix dependencies of QtDeclartive. | Clinton Stimpson | 2011-11-29 | 1 | -3/+3 |
| | |||||
* | Add QT_LIBRARIES_PLUGINS variable to UseQt4. | Mike McQuaid | 2011-10-03 | 1 | -0/+2 |
| | |||||
* | Add -DQT_NO_DEBUG if no build type is specified so Qt plugins will work. | Clinton Stimpson | 2011-06-23 | 1 | -0/+3 |
| | |||||
* | Qt4: complete module dependencies in UseQt4.cmake | Clinton Stimpson | 2011-06-13 | 1 | -0/+7 |
| | |||||
* | Modules: Fix spelling 'To distributed' -> 'To distribute' | Todd Gamblin | 2010-08-09 | 1 | -1/+1 |
| | |||||
* | Add cross-compiling support to FindQt4.cmake | Clinton Stimpson | 2010-07-02 | 1 | -2/+2 |
| | |||||
* | -add support for QtMultimedia in UseQt4.cmake (#10675) | Alex Neundorf | 2010-05-06 | 1 | -2/+3 |
| | | | | Alex | ||||
* | Add support for QtDeclartive module. | Clinton Stimpson | 2010-02-18 | 1 | -1/+3 |
| | |||||
* | -better support for Qt4 as frameworks | Alexander Neundorf | 2009-12-16 | 1 | -3/+0 |
| | | | | | | | | | | | before this patch -F<framework> dir had to be added manually in some way when using Qt4 installed as framework and when using FindQt4.cmake directly, i.e. without UseQt4.cmake. With this patch the framework dir is automatically added to QT_INCLUDE_DIR when Qt is installed as a framework. Ok by Clinton, tested already in KDE by Mike Arthur. Alex | ||||
* | BUG: Fix #10021 don't specify libraries Qt depends on unless Qt is static. | Clinton Stimpson | 2009-12-15 | 1 | -1/+4 |
| | |||||
* | QtHelp depends on QtNetwork | Clinton Stimpson | 2009-10-01 | 1 | -1/+1 |
| | |||||
* | Convert CMake non-find modules to BSD License | Brad King | 2009-09-28 | 1 | -0/+12 |
| | | | | | | | This adds copyright/license notification blocks CMake's non-find modules. Most of the modules had no notices at all. Some had notices referring to the BSD license already. This commit normalizes existing notices and adds missing notices. | ||||
* | 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 |