summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/data/cmake
Commit message (Expand)AuthorAgeFilesLines
* CMake: Fix static build linkage with CMake version lower than 3.13Alexandru Croitor2019-11-251-8/+26
* Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-09-091-1/+5
|\
| * Fix CMake config files for -libdir different from "lib"Joerg Bornemann2019-09-061-1/+5
* | CMake: Fix invalid setting of QT_PLUGIN_TYPES on interface librariesAlexandru Croitor2019-08-211-1/+1
* | CMake: Add support for auto-importing plugins in CMakeKyle Edwards2019-08-123-3/+129
* | CMake: Prevent creation of library target when it already existsAlexandru Croitor2019-08-121-0/+16
|/
* CMake: Properly escape '.lib' in regexKai Koehne2019-07-111-1/+1
* CMake: Create Config.cmake files for internal modules in static buildsAlexandru Croitor2019-07-081-0/+4
* CMake: Put the static dependencies into the relevant configurationAlexandru Croitor2019-07-051-14/+39
* CMake: Fix handling of static dependencies that have spaces in pathAlexandru Croitor2019-07-051-3/+10
* Add quoting to deal with empty ${CMAKE_CXX_STANDARD_LIBRARIES}Fredrik Orderud2019-06-111-1/+1
* CMake: Ignore CMAKE_CXX_STANDARD_LIBRARIES in .prl filesKai Koehne2019-04-301-1/+10
* Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-04-161-5/+5
|\
| * CMake: fix generation of config files for external Qt modules on macOSJean-Michaël Celerier2019-04-121-5/+5
* | Handle quotes in .prl filesKai Koehne2019-03-211-0/+1
* | Fix detection of libraries when linking against static builds with CMakeJean-Michaël Celerier2019-02-121-0/+10
* | Add support for linking against static builds in CMakeKyle Edwards2018-12-071-2/+93
|/
* Export modules' enabled/disabled features to cmakeFriedemann Kleint2018-09-281-0/+3
* Remove CMake code for CMake < 3.1Kevin Funk2018-03-241-16/+5
* Propagate all module defines to CMake config filesVolker Krause2017-08-151-2/+2
* fix module version number in qt modules' cmake config filesOswald Buddenhagen2017-05-311-1/+1
* Don't add Qt5::<ModuleName>Private in CMake < 3.0Kai Pastor2017-04-231-1/+2
* CMake: Create a Qt5::<ModuleName>Private target for each moduleStephen Kelly2016-12-231-0/+25
* Remove CMake warningHarald Fernengel2015-12-281-2/+2
* cmake: Don't mark header-only frameworks with the FRAMEWORK property.Stephen Kelly2015-04-271-0/+2
* cmake: Don't populate legacy variables for header-only modules.Stephen Kelly2015-04-231-0/+2
* cmake: Generate INTERFACE targets for include-only modules.Stephen Kelly2015-04-151-2/+38
* CMake: Load plugin files unconditionally if present.Stephen Kelly2014-06-221-6/+7
* CMake: Ensure that the EXECUTABLE_COMPILE_FLAGS list existsStephen Kelly2013-10-241-3/+3
* Set PRIVATE includes variable to empty, not undefined.Stephen Kelly2013-10-241-5/+5
* Generate source includes in a separate file, if needed.Stephen Kelly2013-10-162-6/+8
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-101-1/+9
|\
| * Fix usr-move workaround in the presence of multi-arch.Stephen Kelly2013-09-061-1/+1
| * Add source directories to include paths if needed.Stephen Kelly2013-09-051-0/+8
* | Teach CMake about Qt 5 plugins.Stephen Kelly2013-09-102-0/+33
|/
* Populate INTERFACE_LINK_LIBRARIES property in the cmake files.Stephen Kelly2013-08-211-1/+3
* Use absolute path in the /usr move workaround if -libdir is specifiedStephen Kelly2013-07-241-0/+4
* CMake: Remove copy-pasto for the IMPORTED_LOCATIONStephen Kelly2013-07-241-1/+1
* Don't check for the existence of private include directories.Stephen Kelly2013-07-221-5/+12
* Add path to the headers in frameworks to the include dirs.Stephen Kelly2013-07-031-0/+15
* Hardcode the VERSION reported by qmake instead of calculating it in cmake.Stephen Kelly2013-07-031-5/+5
* Adjust the cmake files to find the dlls in the bin dir.Stephen Kelly2013-06-151-23/+31
* Don't test existence of private header directories for mac frameworksStephen Kelly2013-06-101-1/+5
* Check that files we expect to find actually exist when using a cmake package.Stephen Kelly2013-05-201-8/+35
* Only generate entries for private include dirs if they exist.Stephen Kelly2013-05-141-0/+8
* Handle usr-move without forcing absolute pathsStephen Kelly2013-04-191-1/+15
* Minimize the contents of the INTERFACE_INCLUDE_DIRECTORIESStephen Kelly2013-04-111-4/+5
* Don't redundantly define cmake package *_VERSION variablesStephen Kelly2013-04-051-3/+1
* Look for cmake package dependents only in the parent directory.Stephen Kelly2013-04-051-1/+1
* Populate includes, defines and pic flags in target interfaces.Stephen Kelly2013-03-271-0/+5