summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* CMake: Add global / top-level docs targetsAlexandru Croitor2020-03-182-1/+26
* cmake: Remove APPLE prefix from platform namesTor Arne Vestbø2020-03-168-19/+19
* cmake: Fix naming when referring to Apple macOSTor Arne Vestbø2020-03-164-4/+4
* CMake: Fix Windows VM Test RunsLeander Beernaert2020-03-161-26/+8
* CMake: Don't make a private module depend 1kk times on the public oneAlexandru Croitor2020-03-131-1/+2
* cmake: Add default Info.plist for macOS with some important keysTor Arne Vestbø2020-03-133-0/+56
* cmake: Disable GL deprecations on Apple platformsTor Arne Vestbø2020-03-121-0/+6
* CMake: Fix incorrect argument in QtBuildInternalsAndroidAlexandru Croitor2020-03-121-2/+2
* CMake: Install the QtBuildInternalsAndroid.cmake filleAlexandru Croitor2020-03-121-1/+5
* CMake: Don't build tests and examples by default on Android and iOSAlexandru Croitor2020-03-121-2/+2
* CMake: Propagate minimum required C++ standard to consumers of QtAlexandru Croitor2020-03-122-0/+11
* rcc: Teach rcc the --no-zstd optionAlexandru Croitor2020-03-121-0/+10
* Fix spelling mistakesTor Arne Vestbø2020-03-111-1/+1
* Update instructions for developer builds with CMakeTor Arne Vestbø2020-03-111-1/+1
* CMake: Update the README regarding the minimum cmake version requiredAlexandru Croitor2020-03-101-2/+1
* CMake: Remove code for old 3rdparty mechanism handlingAlexandru Croitor2020-03-102-111/+0
* CMake: Remove old 3rdparty mechanism for double conversionAlexandru Croitor2020-03-101-10/+2
* CMake: Handle path components like INSTALL_LIBDIR more correctlyAlexandru Croitor2020-03-102-36/+89
* CMake: Update cmake/README with newer informationAlexandru Croitor2020-03-091-88/+35
* CMake: Port most of the configure summary supportAlexandru Croitor2020-03-095-3/+336
* CMake: Set minimum deployment target for darwin platformsAlexandru Croitor2020-03-061-8/+22
* CMake: Port the 'separate_debug_info' featureJoerg Bornemann2020-03-064-0/+100
* CMake: Fix Ninja Multi-Config framework buildsAlexandru Croitor2020-03-061-0/+1
* Add QT_MODULE_SKIP_MODULE_INCLUDES propertyLeander Beernaert2020-03-052-1/+13
* CMake: Handle conditions in third party find modules correctlyAlexandru Croitor2020-03-058-37/+45
* CMake: Port the 'debug_and_release' featureJoerg Bornemann2020-03-051-0/+3
* CMake: Adapt to latest upstream Ninja Multi-Config changesAlexandru Croitor2020-03-042-7/+7
* CMake: Fix stack-protector-strong test and featureJoerg Bornemann2020-03-041-2/+5
* 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