summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* CMake: Write QT_BUILD_PARTS to qmodule.priJoerg Bornemann2020-04-172-14/+23
* CMake: Write PKG_CONFIG_EXECUTABLE to qmodule.priJoerg Bornemann2020-04-171-5/+11
* CMake: Generate qmake pri information for building with qmakeAlexandru Croitor2020-04-172-11/+161
* CMake: Generate qmake .prl filesJoerg Bornemann2020-04-174-1/+299
* CMake: Make sure not to use the Qt prefix for standalone testsAlexandru Croitor2020-04-172-0/+19
* CMake: Handle super build non-prefix install prefix correctlyAlexandru Croitor2020-04-172-2/+4
* CMake: Handle automatic rpath embedding correctlyAlexandru Croitor2020-04-174-7/+169
* CMake: Fix $ORIGIN rpaths to work when passed on the command lineAlexandru Croitor2020-04-151-6/+10
* CMake: Enable Moc for 3rdparty librariesLeander Beernaert2020-04-141-0/+2
* CMake: Handle missing packages in project compile testsAlexandru Croitor2020-04-091-1/+19
* CMake: Handle finding of OpenSSL headers correctlyAlexandru Croitor2020-04-082-0/+55
* CMake: Implement proper exclusion of tools including installingAlexandru Croitor2020-04-071-14/+25
* CMake: Simplify semicolon escaping in qt_config_compile_testAlexandru Croitor2020-04-071-12/+7
* CMake: Autodetect Objective-C support only on macOSAlexandru Croitor2020-04-071-1/+6
* CMake: Remove special handling of the 'static/shared' featuresJoerg Bornemann2020-04-061-11/+0
* CMake: Remove special handling of the 'rpath' featureJoerg Bornemann2020-04-061-7/+0
* CMake: Fix build with WARNINGS_ARE_ERRORS=ON and gcc 9.3.0Joerg Bornemann2020-04-061-0/+2
* CMake: Adjust PCH support for multi-arch iOS buildsAlexandru Croitor2020-04-033-6/+27
* CMake: Handle standalone config.tests in configure libraries sectionAlexandru Croitor2020-04-031-2/+68
* qt_record_extra_package_dependency: check that target existsSamuli Piippo2020-04-031-7/+9
* CMake: Remove HEADER_MODULE handling from 3rd party libsAlexandru Croitor2020-04-021-15/+13
* CMake: Don't try to add 3rd party includes to ModuleDepends filesAlexandru Croitor2020-04-021-0/+1
* CMake: Don't use escaped plugin type for on-disk directoriesAlexandru Croitor2020-04-021-5/+5
* CMake: Allow excluding tools and apps from the default 'all' targetAlexandru Croitor2020-04-022-0/+29
* CMake: Report which qt parts will be built by defaultAlexandru Croitor2020-04-021-0/+25
* CMake: Don't generate docs for targets that don't existAlexandru Croitor2020-04-021-0/+6
* CMake: Fix usage of CMAKE_CROSSCOMPILINGAlexandru Croitor2020-04-021-1/+1
* CMake: Define QT_STATIC for static buildsJoerg Bornemann2020-04-011-4/+12
* CMake: Fix qt_lib_XXX.pri files for modules with CONFIG_MODULE_NAME setJoerg Bornemann2020-03-301-30/+31
* CMake: Fix pkgconfig calls when cross-compilingLeander Beernaert2020-03-261-0/+10
* CMake: Fix the re-computed value of INSTALL_*DIR variablesJoerg Bornemann2020-03-251-1/+4
* CMake: Fix auto-detection of precompiled header supportAlexandru Croitor2020-03-252-0/+21
* CMake: Make sure to install Qt3rdPartyLibraryConfig.cmake.inAlexandru Croitor2020-03-231-0/+1
* CMake: Fix creation of forwarding headers to be at configure timeAlexandru Croitor2020-03-231-2/+3
* CMake: Introduce qt_configure_fileAlexandru Croitor2020-03-233-0/+37
* CMake: Provide script to configure and build one or more testsAlexandru Croitor2020-03-233-26/+94
* 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