summaryrefslogtreecommitdiffstats
path: root/Modules/FindQt4.cmake
Commit message (Expand)AuthorAgeFilesLines
* Qt4: Add IMPORTED executable for qmake.Stephen Kelly2014-02-091-0/+5
* Help: Specify that qtmain.lib is only used for WIN32 executables.Stephen Kelly2014-02-051-1/+2
* Merge topic 'fix-Qt-autogen'Brad King2014-02-041-0/+8
|\
| * FindQt4: Make AUTOMOC work regardless which order Qt 4/5 is found.Stephen Kelly2014-01-291-0/+8
* | Help: Move Qt tool invocation information to a generic cmake-qt manual.Stephen Kelly2014-02-021-72/+1
|/
* Qt4: Create IMPORTED executable targets for all Qt executables.Stephen Kelly2014-01-281-64/+22
* Help: Update Qt4 documentation.Stephen Kelly2014-01-151-367/+212
* Document the TARGET options in Qt4 macros.Stephen Kelly2014-01-141-7/+13
* Merge topic 'policies'Brad King2014-01-091-11/+15
|\
| * FindQt4: Ensure target exists before calling get_target_property.Stephen Kelly2014-01-081-11/+15
| * FindQt4: Fix use of get_target_property to use actual target name.Stephen Kelly2014-01-081-1/+1
* | FindQt4: Use NO_CMAKE_FIND_ROOT_PATH where search paths are already rooted.Clinton Stimpson2014-01-081-2/+5
|/
* Define QT_NO_DEBUG for non-debug use of Qt 4.Stephen Kelly2013-12-101-0/+4
* FindQt4: Restore ability to handle a changed QT_QMAKE_EXECUTABLE properly.Simon Sasburg2013-12-061-0/+5
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-339/+501
* Merge topic 'Qt4-INTERFACE_LINK_LIBRARIES'Brad King2013-07-261-0/+5
|\
| * FindQt4: Populate the INTERFACE_LINK_LIBRARIES of IMPORTED targets.Stephen Kelly2013-07-251-0/+5
* | Merge topic 'fix-FindQt4-available-modules'Brad King2013-07-251-1/+1
|\ \ | |/ |/|
| * FindQt4: Re-add QAxServer to the QT_MODULES.Stephen Kelly2013-07-241-1/+1
* | Merge topic 'fix-FindQt4-available-modules'Brad King2013-07-241-18/+12
|\ \ | |/
| * FindQt4: Don't use Qt component _FOUND vars before they're defined (#14286)Stephen Kelly2013-07-241-18/+12
* | Mark qt4_use_modules and qt4_automoc as obsolete.Stephen Kelly2013-07-141-0/+2
* | Merge topic 'find-Qt4-granular-modules'Brad King2013-06-031-20/+34
|\ \ | |/
| * FindQt4: Don't fail if certain Qt modules are unavailable.Stephen Kelly2013-06-031-20/+34
* | Merge topic 'fix-build-without-qt4-with-qt5'Brad King2013-05-211-0/+3
|\ \
| * | FindQt4: Fix QUIET failure with Qt 5 but not Qt 4Stephen Kelly2013-05-211-0/+3
| |/
* | Fix spelling and typos (product names)Andreas Mohr2013-05-071-2/+2
* | Fix spelling and typos (non-binary)Andreas Mohr2013-05-071-4/+4
|/
* Merge topic 'findqt4-withqt5'Brad King2013-03-181-0/+7
|\
| * FindQt4: If Qt5 is in CMAKE_PREFIX_PATH, be sure to find Qt4 includes.Clinton Stimpson2013-03-181-0/+7
* | Merge topic 'set-QT_MAJOR_VERSION'Brad King2013-03-181-0/+6
|\ \
| * | FindQt4: Set the INTERFACE_QT_MAJOR_VERSION for Qt4::QtCoreStephen Kelly2013-03-181-0/+6
| |/
* | FindQt4: Set the Qt4_FOUND variable if Qt4 is foundStephen Kelly2013-03-181-3/+5
|/
* FindQt4: Fix QT_QMAKE{_QMAKE => }_EXECUTABLE typoBrad King2013-03-131-1/+1
* FindQt4: Do not use qmake from Qt5Janne Rönkkö2013-03-121-36/+53
* Only add existing targets to the Qt4 target depends properties.Stephen Kelly2013-02-261-6/+10
* Don't add target-specific interface includes and defines to Qt 4 targets.Stephen Kelly2013-02-131-8/+0
* Generate config-specific interface link libraries propeties.Stephen Kelly2013-02-091-6/+18
* Automatically link to the qtmain library when linking to QtCore.Stephen Kelly2013-01-231-0/+28
* Merge topic 'qt4-target-depends'Brad King2013-01-101-0/+26
|\
| * FindQt4: Add INTERFACE includes and defines to Qt4 targetsStephen Kelly2013-01-101-0/+26
* | Merge topic 'qt4-version-openssl'Brad King2013-01-081-5/+5
|\ \ | |/ |/|
| * FindQt4: set QT_VERSION_* variables sooner.Clinton Stimpson2013-01-071-5/+5
* | Qt4: Add module dependencies to the IMPORTED targetsStephen Kelly2013-01-071-0/+55
|/
* Merge topic 'OpenBSD-patches'David Cole2012-12-111-6/+6
|\
| * OpenBSD: Add paths for Qt3/Qt4Amit Kulkarni2012-12-051-6/+6
* | Qt4: Add SYSTEM option to include_directories.Clinton Stimpson2012-12-031-0/+4
|/
* Find* (and some other): use ${CMAKE_CURRENT_LIST_DIR} in include()Rolf Eike Beer2012-11-041-2/+2
* FindQt4: Avoid "finding" non-existent library in a .frameworkDavid Cole2012-09-061-0/+12
* Merge topic 'fix-Qt-casing'Brad King2012-08-301-1/+1
|\