| Commit message (Expand) | Author | Age | Files | Lines |
* | Help: Convert remaining modules to block-style comments | Kitware Robot | 2018-10-22 | 1 | -298/+299 |
|
|
* | FindQt4: New IMPORTS, PLUGINS and MKSPECS handling | Christian Pfeiffer | 2018-05-14 | 1 | -27/+19 |
|
|
* | FindQt4: Revert "Set PLUGINS and IMPORTS dir even if empty" | Brad King | 2018-03-19 | 1 | -12/+1 |
|
|
* | GENERATOR_IS_MULTI_CONFIG: Use for multi-config checks in Modules | Craig Scott | 2017-12-29 | 1 | -5/+6 |
|
|
* | FindQt4: Set PLUGINS and IMPORTS dir even if empty | Christian Pfeiffer | 2017-11-19 | 1 | -1/+12 |
|
|
* | FindQt4: Do not assume all libraries are frameworks | Jean-Christophe Fillion-Robin | 2017-08-21 | 1 | -6/+8 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -13/+3 |
|
|
* | prefer list(APPEND) over string(APPEND) where appropriate | Daniel Pfeifer | 2016-08-08 | 1 | -1/+1 |
|
|
* | Use string(APPEND) in Modules | Daniel Pfeifer | 2016-07-27 | 1 | -1/+1 |
|
|
* | FindQt4: Document Qt4::QtDeclarative imported target (#16157) | Brad King | 2016-06-20 | 1 | -0/+2 |
|
|
* | FindQt4: Fix handling of QT_VERSION_MAJOR mismatch | Daniel Scharrer | 2014-12-09 | 1 | -1/+1 |
|
|
* | Help: Fix broken cross-references reported by 'nitpicky' option | Brad King | 2014-11-07 | 1 | -1/+1 |
|
|
* | Modules: Wrap long lines in pre-formatted documentation blocks | Brad King | 2014-11-06 | 1 | -5/+7 |
|
|
* | Modules: Format documentation to avoid over-long preformatted lines | Brad King | 2014-10-22 | 1 | -10/+15 |
|
|
* | Merge topic 'FindQt4-more-plugins' | Brad King | 2014-07-29 | 1 | -3/+3 |
|\ |
|
| * | FindQt4: Add nativewifi and qtga plugins | Mathieu MARACHE | 2014-07-28 | 1 | -3/+3 |
|
|
* | | FindQt4: Don't further process qmake if it does not belong to Qt4 | Nils Gladitz | 2014-06-27 | 1 | -1/+2 |
|
|
* | | FindQt4: Use standard section header underline convention | Brad King | 2014-06-02 | 1 | -6/+6 |
|
|
* | | FindQt[34]: Prefer matching versioned tool names | Rolf Eike Beer | 2014-05-22 | 1 | -6/+6 |
|
|
* | | Find*: Make find_package(.. QUIET) affect Check* modules. | Clinton Stimpson | 2014-03-30 | 1 | -9/+11 |
|/ |
|
* | Qt4: Add IMPORTED executable for qmake. | Stephen Kelly | 2014-02-09 | 1 | -0/+5 |
|
|
* | Help: Specify that qtmain.lib is only used for WIN32 executables. | Stephen Kelly | 2014-02-05 | 1 | -1/+2 |
|
|
* | Merge topic 'fix-Qt-autogen' | Brad King | 2014-02-04 | 1 | -0/+8 |
|\ |
|
| * | FindQt4: Make AUTOMOC work regardless which order Qt 4/5 is found. | Stephen Kelly | 2014-01-29 | 1 | -0/+8 |
|
|
* | | Help: Move Qt tool invocation information to a generic cmake-qt manual. | Stephen Kelly | 2014-02-02 | 1 | -72/+1 |
|/ |
|
* | Qt4: Create IMPORTED executable targets for all Qt executables. | Stephen Kelly | 2014-01-28 | 1 | -64/+22 |
|
|
* | Help: Update Qt4 documentation. | Stephen Kelly | 2014-01-15 | 1 | -367/+212 |
|
|
* | Document the TARGET options in Qt4 macros. | Stephen Kelly | 2014-01-14 | 1 | -7/+13 |
|
|
* | Merge topic 'policies' | Brad King | 2014-01-09 | 1 | -11/+15 |
|\ |
|
| * | FindQt4: Ensure target exists before calling get_target_property. | Stephen Kelly | 2014-01-08 | 1 | -11/+15 |
|
|
| * | FindQt4: Fix use of get_target_property to use actual target name. | Stephen Kelly | 2014-01-08 | 1 | -1/+1 |
|
|
* | | FindQt4: Use NO_CMAKE_FIND_ROOT_PATH where search paths are already rooted. | Clinton Stimpson | 2014-01-08 | 1 | -2/+5 |
|/ |
|
* | Define QT_NO_DEBUG for non-debug use of Qt 4. | Stephen Kelly | 2013-12-10 | 1 | -0/+4 |
|
|
* | FindQt4: Restore ability to handle a changed QT_QMAKE_EXECUTABLE properly. | Simon Sasburg | 2013-12-06 | 1 | -0/+5 |
|
|
* | Convert builtin help to reStructuredText source files | Kitware Robot | 2013-10-15 | 1 | -339/+501 |
|
|
* | Merge topic 'Qt4-INTERFACE_LINK_LIBRARIES' | Brad King | 2013-07-26 | 1 | -0/+5 |
|\ |
|
| * | FindQt4: Populate the INTERFACE_LINK_LIBRARIES of IMPORTED targets. | Stephen Kelly | 2013-07-25 | 1 | -0/+5 |
|
|
* | | Merge topic 'fix-FindQt4-available-modules' | Brad King | 2013-07-25 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | FindQt4: Re-add QAxServer to the QT_MODULES. | Stephen Kelly | 2013-07-24 | 1 | -1/+1 |
|
|
* | | Merge topic 'fix-FindQt4-available-modules' | Brad King | 2013-07-24 | 1 | -18/+12 |
|\ \
| |/ |
|
| * | FindQt4: Don't use Qt component _FOUND vars before they're defined (#14286) | Stephen Kelly | 2013-07-24 | 1 | -18/+12 |
|
|
* | | Mark qt4_use_modules and qt4_automoc as obsolete. | Stephen Kelly | 2013-07-14 | 1 | -0/+2 |
|
|
* | | Merge topic 'find-Qt4-granular-modules' | Brad King | 2013-06-03 | 1 | -20/+34 |
|\ \
| |/ |
|
| * | FindQt4: Don't fail if certain Qt modules are unavailable. | Stephen Kelly | 2013-06-03 | 1 | -20/+34 |
|
|
* | | Merge topic 'fix-build-without-qt4-with-qt5' | Brad King | 2013-05-21 | 1 | -0/+3 |
|\ \ |
|
| * | | FindQt4: Fix QUIET failure with Qt 5 but not Qt 4 | Stephen Kelly | 2013-05-21 | 1 | -0/+3 |
| |/ |
|
* | | Fix spelling and typos (product names) | Andreas Mohr | 2013-05-07 | 1 | -2/+2 |
|
|
* | | Fix spelling and typos (non-binary) | Andreas Mohr | 2013-05-07 | 1 | -4/+4 |
|/ |
|
* | Merge topic 'findqt4-withqt5' | Brad King | 2013-03-18 | 1 | -0/+7 |
|\ |
|
| * | FindQt4: If Qt5 is in CMAKE_PREFIX_PATH, be sure to find Qt4 includes. | Clinton Stimpson | 2013-03-18 | 1 | -0/+7 |
|
|