Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Qt4: Add SYSTEM option to include_directories. | Clinton Stimpson | 2012-12-03 | 1 | -2/+10 |
| | | | | Thanks to Scott Bailey and Benjamin Kloster. | ||||
* | Remove CMake-language block-end command arguments | Kitware Robot | 2012-08-13 | 1 | -16/+16 |
| | | | | | | | | | | | | | | | | | Ancient versions of CMake required else(), endif(), and similar block termination commands to have arguments matching the command starting the block. This is no longer the preferred style. Run the following shell code: for c in else endif endforeach endfunction endmacro endwhile; do echo 's/\b'"$c"'\(\s*\)(.\+)/'"$c"'\1()/' done >convert.sed && git ls-files -z -- bootstrap '*.cmake' '*.cmake.in' '*CMakeLists.txt' | egrep -z -v '^(Utilities/cm|Source/kwsys/)' | egrep -z -v 'Tests/CMakeTests/While-Endwhile-' | xargs -0 sed -i -f convert.sed && rm convert.sed | ||||
* | Convert CMake-language commands to lower case | Kitware Robot | 2012-08-13 | 1 | -74/+74 |
| | | | | | | | | | | | | | | | | | Ancient CMake versions required upper-case commands. Later command names became case-insensitive. Now the preferred style is lower-case. Run the following shell code: cmake --help-command-list | grep -v "cmake version" | while read c; do echo 's/\b'"$(echo $c | tr '[:lower:]' '[:upper:]')"'\(\s*\)(/'"$c"'\1(/g' done >convert.sed && git ls-files -z -- bootstrap '*.cmake' '*.cmake.in' '*CMakeLists.txt' | egrep -z -v '^(Utilities/cm|Source/kwsys/)' | xargs -0 sed -i -f convert.sed && rm convert.sed | ||||
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | Our Git commit hooks disallow modification or addition of lines with trailing whitespace. Wipe out all remnants of trailing whitespace everywhere except third-party code. Run the following shell code: git ls-files -z -- \ bootstrap doxygen.config '*.readme' \ '*.c' '*.cmake' '*.cpp' '*.cxx' \ '*.el' '*.f' '*.f90' '*.h' '*.in' '*.in.l' '*.java' \ '*.mm' '*.pike' '*.py' '*.txt' '*.vim' | egrep -z -v '^(Utilities/cm|Source/(kwsys|CursesDialog/form)/)' | egrep -z -v '^(Modules/CPack\..*\.in)' | xargs -0 sed -i 's/ \+$//' | ||||
* | 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 |