summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* Prepend prefix path after loading toolchain fileSamuli Piippo2020-02-281-3/+3
* CMake: Generate Win32 Resource FilesLeander Beernaert2020-02-251-2/+37
* CMake: Add missing linker flags for MSVCLeander Beernaert2020-02-251-0/+6
* CMake: Port the reduce-relocations featureJoerg Bornemann2020-02-251-0/+15
* CMake: Allow building bundled 3rd party libraries in qtbaseAlexandru Croitor2020-02-2511-94/+287
* CMake: Check for syncqt private headers directory before usingAlexandru Croitor2020-02-251-1/+7
* CMake: Allow evaluating features before a module is processedAlexandru Croitor2020-02-251-17/+36
* CMake: Fix FindWrapRt module when it's found multiple timesAlexandru Croitor2020-02-251-6/+9
* CMake: Fix 3rd party library installationAlexandru Croitor2020-02-251-3/+12
* CMake: Allow creation of modules with no qtfoo-config.h fileAlexandru Croitor2020-02-251-2/+2
* CMake: Add functions to allow setting symbol visibility flagsAlexandru Croitor2020-02-251-0/+14
* CMake: Allow disabling warnings similar to CONFIG += warn_offAlexandru Croitor2020-02-252-2/+29
* CMake: Set minimum deployment target only for host macOSAlexandru Croitor2020-02-211-1/+2
* CMake: Add missing compile flags for msvcLeander Beernaert2020-02-201-0/+24
* CMake: Fix use of compile define QT_NO_DEBUGLeander Beernaert2020-02-202-4/+2
* Fix PATH environment variable for CMake testsLeander Beernaert2020-02-191-1/+3
* Only install tests data for prefix buildsLeander Beernaert2020-02-181-2/+2
* Set qt_add_test WORKING_DIRECTORY to OUTPUT_DIRECTORYLeander Beernaert2020-02-181-0/+2
* Set a default value for CMAKE_OSX_DEPLOYMENT_TARGETAlexandru Croitor2020-02-181-0/+15
* CMake: Use correct C++ standard flag when building standalone testsAlexandru Croitor2020-02-181-0/+5
* cmake: C++17 is mandatoryOlivier Goffart2020-02-181-5/+1
* CMake: Fix c++ standard config tests with MSVCAlexandru Croitor2020-02-183-0/+22
* Merge remote-tracking branch 'origin/wip/cmake' into devAlexandru Croitor2020-02-134-13/+184
|\
| * Use INSTALL_DOCDIR when possibleChristophe Giboudeaux2020-02-121-10/+10
| * Add support for qt_helper_lib()Leander Beernaert2020-02-122-0/+162
| * Only export public module link dependencies for shared buildsLeander Beernaert2020-02-122-2/+11
| * Fix typo for Mtdev pkgconfig targetSamuli Piippo2020-02-111-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-1/+1
|/
* Refactor Metatypes dependency propagationLeander Beernaert2020-02-102-23/+0
* Don't add private module headers for private modules when not neededAlexandru Croitor2020-02-061-4/+5
* Remove qt_add_qml_module() from QtBuildLeander Beernaert2020-02-061-169/+0
* Load module specific extensions for QtBuildInternalsLeander Beernaert2020-02-062-0/+14
* Safeguard against multiple definition of dbus-1 targetLeander Beernaert2020-02-061-0/+4
* Fix qt_add_qml_module() for non-prefix buildsLeander Beernaert2020-02-051-14/+18
* Allow manually specification of moc.json files for metatype generationLeander Beernaert2020-02-051-2/+17
* pro2cmake: Handle QT += core-private correctly for modulesAlexandru Croitor2020-02-051-4/+6
* Add additional include path for DRMSamuli Piippo2020-02-051-1/+7
* qtbase: don't use neon flags on arm64Samuli Piippo2020-02-051-1/+1
* qtbase: use syncqt.pl from QT_HOST_PATHSamuli Piippo2020-02-051-0/+6
* Remove retained quick compiler resource filesLeander Beernaert2020-02-051-22/+1
* Update add_custom_command and add_custom_target dependenciesLeander Beernaert2020-02-033-11/+30
* Don't hardcode the include directory nameChristophe Giboudeaux2020-01-313-8/+8
* Don't hardcode the library directory nameChristophe Giboudeaux2020-01-311-3/+3
* Don't hardcode the binary directory nameChristophe Giboudeaux2020-01-312-14/+14
* Add INSTALL_MKSPECSDIR to the install locationsChristophe Giboudeaux2020-01-312-10/+24
* Fix CMAKE_BUILD_TYPE to be force setAlexandru Croitor2020-01-301-1/+5
* Append to AUTO_MOC_OPTIONS in order not override existing valueLeander Beernaert2020-01-291-2/+4
* Only add --automoc-json to AUTOMOC_OPTIONS for metatypes targetsLeander Beernaert2020-01-291-1/+0
* Generate metatypes dependency fileLeander Beernaert2020-01-292-20/+37
* Fix CMAKE_BUILD_TYPE to be a cache variable in QtBuildInternalsExtraAlexandru Croitor2020-01-292-8/+2