summaryrefslogtreecommitdiffstats
path: root/cmake/QtBaseGlobalTargets.cmake
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make sure to install Qt3rdPartyLibraryConfig.cmake.inAlexandru Croitor2020-03-231-0/+1
* CMake: Introduce qt_configure_fileAlexandru Croitor2020-03-231-0/+1
* CMake: Provide script to configure and build one or more testsAlexandru Croitor2020-03-231-23/+53
* cmake: Remove APPLE prefix from platform namesTor Arne Vestbø2020-03-161-4/+4
* cmake: Fix naming when referring to Apple macOSTor Arne Vestbø2020-03-161-1/+1
* cmake: Add default Info.plist for macOS with some important keysTor Arne Vestbø2020-03-131-0/+7
* CMake: Install the QtBuildInternalsAndroid.cmake filleAlexandru Croitor2020-03-121-1/+5
* CMake: Propagate minimum required C++ standard to consumers of QtAlexandru Croitor2020-03-121-0/+4
* CMake: Port the 'separate_debug_info' featureJoerg Bornemann2020-03-061-0/+2
* CMake: Handle conditions in third party find modules correctlyAlexandru Croitor2020-03-051-0/+1
* CMake: Allow building bundled 3rd party libraries in qtbaseAlexandru Croitor2020-02-251-0/+1
* CMake: Fix c++ standard config tests with MSVCAlexandru Croitor2020-02-181-0/+2
* Don't hardcode the include directory nameChristophe Giboudeaux2020-01-311-1/+1
* Don't hardcode the binary directory nameChristophe Giboudeaux2020-01-311-4/+4
* Add INSTALL_MKSPECSDIR to the install locationsChristophe Giboudeaux2020-01-311-2/+2
* Fix CMAKE_BUILD_TYPE to be a cache variable in QtBuildInternalsExtraAlexandru Croitor2020-01-291-7/+1
* Forward CMAKE_BUILD_TYPE, if available, in qt-cmakeLeander Beernaert2020-01-291-1/+7
* Add initial support for CMake "Ninja Multi-Config" generatorAlexandru Croitor2020-01-271-0/+20
* Implement qtbase fixes for superbuildsJean-Michaël Celerier2020-01-081-6/+2
* Make sure to install QtModuleToolsVersionlessTargets.cmake.inAlexandru Croitor2019-12-061-0/+1
* Add initial support for cross-building to iOSAlexandru Croitor2019-12-031-2/+29
* Make sure to install QtStandaloneTestsConfig.cmake.inAlexandru Croitor2019-11-121-0/+1
* Write out a module description fileTobias Hunger2019-10-211-0/+1
* Prospective fix for linking problems of qtdeclarative in the CISimon Hausmann2019-09-031-5/+5
* Extract add_qt_resource into reusable componentsLeander Beernaert2019-08-221-0/+10
* Fix Android build for other Qt modulesLeander Beernaert2019-08-161-0/+4
* Install QtPlugins.cmake.inLeander Beernaert2019-08-121-0/+1
* Fix toolchain path when doing non-prefix buildsAlexandru Croitor2019-07-031-0/+7
* Add auto detection routines for androidLeander Beernaert2019-06-271-0/+4
* Prospective fix for using qt-cmake when %PATH% changes and using NinjaSimon Hausmann2019-06-261-0/+5
* Fix osx deployment target and sysroot propagation in the qt toolchainSimon Hausmann2019-06-261-0/+10
* Add windows batch file for convenient cmake invocation with Qt toolchain fileSimon Hausmann2019-06-251-0/+3
* Fix vcpkg default target triplet setting in the qt toolchain fileSimon Hausmann2019-06-241-1/+1
* Generate a toolchain and convenience cmake wrapperSimon Hausmann2019-06-241-0/+28
* Add PlatformCommonInternal target and QT_NO_DEBUG definitionAlexandru Croitor2019-06-241-2/+8
* Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-06-141-2/+2
* Revert "cmake: Make CMake superbuilds work"Alexandru Croitor2019-06-141-5/+5
* cmake: Make CMake superbuilds workKevin Funk2019-06-141-5/+5
* Remove redundant installation of QtPlatformAndroid.cmakeSimon Hausmann2019-06-121-8/+0
* Android: Generate deployment-settings.jsonLeander Beernaert2019-06-121-1/+8
* Introduce Platform*Internal targetsAlbert Astals Cid2019-06-051-1/+4
* Android: SDK SupportLeander Beernaert2019-06-051-0/+1
* Allow to build examples as standalone projectKevin Funk2019-06-051-0/+6
* Install plugin related .cmake.in filesAlexandru Croitor2019-06-041-0/+2
* Fix linking QtGui on AndroidSimon Hausmann2019-06-041-2/+2
* Android: Fix linker erros for liblog & libcLeander Beernaert2019-06-041-0/+8
* Add basic support for compiling applications with qmakeSimon Hausmann2019-05-311-0/+2
* Stop trying to create config forwarding headers for NO_MODULE targetsAlexandru Croitor2019-05-161-1/+1
* Use the qt_build_repo() macros for building qtbase as wellAlexandru Croitor2019-05-151-0/+18
* Implement developer / non-prefix buildsAlexandru Croitor2019-05-151-41/+51