summaryrefslogtreecommitdiffstats
path: root/mkspecs/cmake
Commit message (Expand)AuthorAgeFilesLines
* Report a FATAL_ERROR if trying to use Qt 5 with CMake < 2.8.3.Stephen Kelly2012-08-311-0/+4
* Make it possible to use static builds of Qt with CMake.Stephen Kelly2012-08-271-41/+27
* Fix minor typo in cmake files.Stephen Kelly2012-08-221-1/+1
* Only set the IMPLIB target properties on Windows.Stephen Kelly2012-08-221-0/+2
* Quote the SONAME properly.Stephen Kelly2012-07-231-1/+1
* Add another directory to the private INCLUDE_DIRS list.Stephen Kelly2012-07-191-2/+8
* Create imported targets if the library files existStephen Kelly2012-07-161-0/+26
* Fix the use of if() inside of macro().Stephen Kelly2012-07-161-1/+1
* Set the IMPORTED_SONAME for imported targets.Stephen Kelly2012-07-111-0/+3
* Set the language of a STATIC library.Stephen Kelly2012-07-041-0/+1
* Refactor the creation of imported targets into a macro.Stephen Kelly2012-06-271-34/+26
* Fix the DEFINITIONS for Qt modules.Stephen Kelly2012-06-261-3/+2
* Add a variable for the private includes for modules.Stephen Kelly2012-06-231-0/+4
* Expand the 'existing target guard' in generated CMake files.Stephen Kelly2012-06-071-19/+20
* Properly quote all variables which are paths.Stephen Kelly2012-05-161-2/+2
* Use IF(NOT TARGET ...) before creating imported targets.Stephen Kelly2012-05-151-3/+1
* Use directory property instead of variable to determine target existance.Stephen Kelly2012-05-141-2/+3
* Only find dependencies from the same Qt installation.Stephen Kelly2012-05-131-1/+5
* Add underscore to internal implementation detail variables.Stephen Kelly2012-05-101-11/+11
* Include the VERSION_STRING in CMake config files.Stephen Kelly2012-05-101-0/+1
* Don't attempt to ask cmake to find the glib dependencies.Stephen Kelly2012-05-081-2/+5
* If a dependency was not found, and we were not called with REQUIRED, we are n...Stephen Kelly2012-04-291-0/+6
* Properly quote the dependencies string.Stephen Kelly2012-04-291-1/+1
* Make sure different modules do not overwrite each others dependencies.Stephen Kelly2012-04-291-2/+2
* Forward the REQUIRED and QUIET arguments when finding dependencies.Stephen Kelly2012-04-291-1/+10
* Overwrite the LIB_DEPENDENCIES of modules.Stephen Kelly2012-03-311-2/+2
* Ensure that the variable for the installation prefix is unique.Stephen Kelly2012-03-311-6/+6
* Prefix the variables for debug and release types properly.Stephen Kelly2012-03-281-2/+2
* List the dependencies of Qt when creating static libraries.Stephen Kelly2012-03-051-2/+53
* Make the CMake files work with directory overrides.Stephen Kelly2012-02-281-5/+22
* Use QMAKE_SUBSTITUTIONS conditionalsStephen Kelly2012-02-221-38/+38
* Give the compile flags an EXECUTABLE_ prefix.Stephen Kelly2012-02-211-0/+4
* Make modules find their own dependencies.Stephen Kelly2012-01-111-0/+12
* Fix cmake files for static builds.Stephen Kelly2011-12-231-1/+5
* Include the extras files after defining the target.Stephen Kelly2011-12-191-8/+8
* Use plural form for CMake variables.Stephen Kelly2011-12-061-2/+1
* Remove CMake variables which are not needed in Config files.Stephen Kelly2011-12-061-5/+1
* Quote the path in CMake so that spaces in paths work.Stephen Kelly2011-12-031-1/+1
* Make the Qt5 part of the target name namespace style.Stephen Kelly2011-12-021-9/+9
* Install CMake config files from Qt.Stephen Kelly2011-11-292-0/+73