summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/create_cmake.prf
Commit message (Expand)AuthorAgeFilesLines
* Adjust the cmake files to find the dlls in the bin dir.Stephen Kelly2013-06-151-0/+11
* Only generate entries for private include dirs if they exist.Stephen Kelly2013-05-141-0/+2
* Handle usr-move without forcing absolute pathsStephen Kelly2013-04-191-8/+11
* mkspecs are installed to QT_HOST_DATA instead of QT_INSTALL_ARCHDATA.Volker Krause2013-04-081-4/+4
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-03-061-15/+1
|\
| * Extract some cmake related functions for re-use.Stephen Kelly2013-02-251-15/+1
* | Distinguish between 'mac' and 'macx' qmake scopesTor Arne Vestbø2013-03-051-1/+1
|/
* Make cmake packages installed to /usr non-relocatable.Stephen Kelly2013-02-141-4/+14
* Fix regex for determining if a path is relative.Stephen Kelly2013-02-111-4/+4
* Use new path manipulation functions from qmake.Stephen Kelly2013-01-241-21/+20
* The executables always go into QT_HOST_BINS.Stephen Kelly2013-01-091-1/+1
* Fix the computation of the location of mkspecs.Stephen Kelly2012-12-201-4/+4
* mark a bunch of features as internalOswald Buddenhagen2012-12-121-0/+10
* move cmake template files under features/data/Oswald Buddenhagen2012-12-071-2/+2
* Only generate -fPIE on unix.Stephen Kelly2012-12-071-1/+1
* Topologically sort $${MODULE}.depends when generating cmake files.Stephen Kelly2012-12-071-1/+1
* Refactor create_cmake to re-use the computed stem.Stephen Kelly2012-11-131-27/+29
* Insert the Qt major version (5) in the library namesThiago Macieira2012-11-101-27/+27
* 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