summaryrefslogtreecommitdiffstats
path: root/src/corelib/Qt5CoreMacros.cmake
Commit message (Expand)AuthorAgeFilesLines
* Qt5CoreMacros: append the --compiler-flavor=msvc flagBen Boeckel2017-02-011-1/+1
* Make moc obey the preprocessor environment variable for include pathsThiago Macieira2016-07-201-0/+3
* Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-121-1/+1
|\
| * CMake: Fix qt5_use_modules macro for CMake 2.8.11Kevin Funk2016-01-111-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-081-5/+6
|\|
| * Add DEPENDS option to qt5_wrap_cpp()Daniel Levin2015-12-211-5/+6
* | Qt5CoreMacros: Sync with CMake project counterpartKevin Funk2015-12-211-4/+4
|/
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-06-011-2/+4
|\
| * Revert some changes in light of GCC 4 -fPIE reversalv5.4.2Stephen Kelly2015-05-291-0/+6
| * Only add -fPIC flags for compilers known to require it.Stephen Kelly2015-05-271-4/+0
* | CMake: Fix regression with quoted OPTIONS parameterAndré Klitzing2015-03-111-1/+1
* | Updated BSD licensed file headersJani Heikkinen2015-02-151-1/+1
* | CMake: Introduce qt5_add_binary_resourcesA. Klitzing2015-02-111-26/+78
* | Update copyright headersJani Heikkinen2015-02-111-1/+1
|/
* Fix typo in Qt5CoreMacros.cmakeAleix Pol2014-12-231-1/+1
* CMake: Generate config-specific moc parameters file.Stephen Kelly2013-12-161-0/+1
* CMake: Allow specifying a TARGET in invocations of macros.Stephen Kelly2013-08-211-29/+51
* Mark qt5_use_modules as obsolete.Stephen Kelly2013-07-311-0/+12
* Define QT_NO_DEBUG with RelWithDebInfo and MinSizeRel builds.Stephen Kelly2013-07-151-0/+2
* Make qt5_use_modules find dependents only in the parent directory.Stephen Kelly2013-04-111-1/+2
* Don't calculate the install prefix again in the extra cmake files.Stephen Kelly2013-02-131-1/+1
* CMake: Make qt5_use_modules a macro, not a function.Stephen Kelly2012-10-221-8/+8
* CMake: Improve QT5_GET_MOC_FLAGS macroStephen Kelly2012-10-041-0/+4
* CMake: Change suffix from "cxx" to "cpp" for generate sourcesYuchen Deng2012-09-271-2/+2
* cmake: define QT_NO_DEBUG in client release buildsPeter Kümmel2012-08-271-0/+1
* Add some error checking to the qt5_use_modules function.Stephen Kelly2012-08-271-0/+8
* Require CMake 2.8.9 for the qt5_use_modules function.Stephen Kelly2012-08-101-14/+1
* Create IMPORTED CMake targets for executables.Stephen Kelly2012-07-251-3/+3
* Forward-port change to QT4_ADD_RESOURCES macro for missing rcc files.Stephen Kelly2012-06-231-16/+24
* Use the POSITION_INDEPENDENT_CODE property on targets using Qt.Stephen Kelly2012-06-201-10/+15
* Find Qt5 modules automatically in the qt5_use_modules function.Stephen Kelly2012-05-141-1/+4
* Make the qt5_use_modules public API.Stephen Kelly2012-05-101-0/+32
* Use the CMake definition of Windows for CMake macros.Stephen Kelly2012-02-231-1/+1
* Convert macros to functions.Stephen Kelly2011-12-211-7/+9
* Port to list(APPEND)Stephen Kelly2011-12-211-2/+2
* Fix style in cmake macros files.Stephen Kelly2011-12-211-161/+158
* Use VERBATIM where needed in macros.Stephen Kelly2011-12-071-2/+2
* Port to CMakeParseArguments from a custom rolled macro.Stephen Kelly2011-12-061-19/+18
* Now that qt5_automoc doesn't exist, this macro is not needed.Stephen Kelly2011-12-061-2/+0
* Install CMake config files from Qt.Stephen Kelly2011-11-291-0/+208