summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/create_cmake.prf
Commit message (Expand)AuthorAgeFilesLines
...
* Use the new QMAKE_XSPEC to get the mkspec.Stephen Kelly2012-11-011-1/+1
* Use a qmake variable to pass the Qt version to the cmake version file.Stephen Kelly2012-10-191-0/+2
* Use the mkspec name Qt was configured with instead of default symlinkStephen Kelly2012-10-161-0/+2
* CMake: Fix the generated location of static libraries.Stephen Kelly2012-09-261-0/+2
* CMake: Specify the prl files when building with mingw.Stephen Kelly2012-09-261-0/+3
* cmake: use .exe suffix only on WindowsPeter Kümmel2012-08-281-1/+1
* Fix CMake file INSTALLS with debug_and_release configurations.Stephen Kelly2012-08-281-3/+3
* Make it possible to use static builds of Qt with CMake.Stephen Kelly2012-08-271-0/+8
* Check if we are creating a static library before a framework.Stephen Kelly2012-07-201-7/+7
* Create imported targets if the library files existStephen Kelly2012-07-161-0/+1
* don't unnecessarily normalize $$[QT_INSTALL_*] any moreOswald Buddenhagen2012-07-121-5/+5
* Set the IMPORTED_SONAME for imported targets.Stephen Kelly2012-07-111-0/+1
* Fix the name of _debug libraries on APPLE.Stephen Kelly2012-07-111-2/+2
* Uppercase the CONFIG for verbatim mode.Stephen Kelly2012-07-041-1/+1
* Don't re-evaluate the lib location.Stephen Kelly2012-06-261-4/+4
* Revert "Don't use the pri depends line for link dependencies."Stephen Kelly2012-05-031-0/+4
* Fix creation of config files in debug mode.Stephen Kelly2012-04-241-2/+16
* Don't tell CMake we're making debug libraries if we're not.Stephen Kelly2012-04-231-2/+2
* Don't use the pri depends line for link dependencies.Stephen Kelly2012-03-281-4/+0
* Prefix the variables for debug and release types properly.Stephen Kelly2012-03-281-4/+4
* Fix the include dir used by the CMake config files.Stephen Kelly2012-02-291-1/+1
* Make the CMake files work with directory overrides.Stephen Kelly2012-02-281-6/+33
* Fix the library names on MinGW.Stephen Kelly2012-02-241-10/+20
* Add the QtMain windows library to the CMake files.Stephen Kelly2012-02-231-0/+9
* Fix warnings about existing directories during cmake file creation.Stephen Kelly2012-02-111-9/+6
* Add -fPIE to the Qt5Core_COMPILE_FLAGS with reduce-relocations.Stephen Kelly2012-02-101-0/+2
* Add special casing for static modules.Stephen Kelly2012-02-071-5/+5
* Fix cmake files for static builds.Stephen Kelly2011-12-231-8/+25
* Add the .exe suffix to executables on Windows.Stephen Kelly2011-12-121-0/+1
* Make the Qt5 part of the target name namespace style.Stephen Kelly2011-12-021-2/+2
* Install CMake config files from Qt.Stephen Kelly2011-11-291-0/+100