summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* CMake: Fix the setup for html_docs and qch_docsVenugopal Shivashankar2020-04-301-2/+2
* Revert "CMake: qt_find_package() enable debug behavior by default"Alexandru Croitor2020-04-301-7/+2
* CMake: Fix usage of correct install prefix for standalone testsAlexandru Croitor2020-04-301-2/+15
* CMake: Namespace all our IMPORTED targetsJoerg Bornemann2020-04-293-13/+11
* CMake: Fix CMP0100 warning for bundled harfbuzzJoerg Bornemann2020-04-291-2/+4
* CMake: Honor INSTALL_MKSPECSDIR when generating qmodule.priJoerg Bornemann2020-04-271-2/+2
* CMake: Fix wrong arm64 architectureLeander Beernaert2020-04-271-1/+1
* CMake: Allow sqldriver plugins to be built as standaloneLeander Beernaert2020-04-241-0/+8
* CMake: qt_find_package() enable debug behavior by defaultLeander Beernaert2020-04-241-2/+7
* CMake: Port the 'static_runtime' featureJoerg Bornemann2020-04-231-0/+24
* CMake: Add qt6_add_plugin public APILeander Beernaert2020-04-222-3/+4
* CMake: Fix handling of negated feature config valuesJoerg Bornemann2020-04-212-7/+22
* CMake: Move Resources API into Qt6CoreMacrosLeander Beernaert2020-04-202-197/+0
* CMake: Relocate quick compiler resource pass to QtDeclarativeLeander Beernaert2020-04-201-136/+14
* CMake: Make use of CMAKE_CURRENT_FUNCTION_LIST_DIRJoerg Bornemann2020-04-171-2/+4
* CMake: Fix location of module .pri files for non-prefix buildsJoerg Bornemann2020-04-171-1/+1
* 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