summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* CMake: Autodetect Android toolchain file and NDKJoerg Bornemann2020-10-133-18/+34
* Add externConstexpr to MSVC compile optionsUlf Hermann2020-10-131-0/+5
* CMake: Fix the -sanitize configure optionJoerg Bornemann2020-10-122-1/+10
* CMake: Allow customization of the generated CMake toolchain fileAlexandru Croitor2020-10-121-0/+19
* CMake: Split QtBaseGlobalTargets.cmake into multiple filesAlexandru Croitor2020-10-124-266/+301
* CMake: Implement missing iOS-related configure optionsAlexandru Croitor2020-10-124-12/+16
* CMake: Rename some additional functions that should be internalAlexandru Croitor2020-10-122-3/+3
* CMake: Workaround iOS Xcode issue when configuring appAlexandru Croitor2020-10-121-0/+4
* CMake: Set some additional info variables in Qt6CoreConfigExtrasAlexandru Croitor2020-10-121-0/+14
* CMake: Introduce Qt6::Startup targetAlexandru Croitor2020-10-124-0/+28
* win: Set correct target mkspec for qmake builds for arm64 buildsOliver Wolff2020-10-091-1/+5
* CMake: Fix tool targets for top-level cross-buildsJoerg Bornemann2020-10-091-0/+6
* Do not build tests and examples by default for configure -cmakeKai Koehne2020-10-081-16/+26
* CMake: Remove outdated info from README.mdKai Koehne2020-10-081-3/+0
* CMake: Fix leftover usage of qt_add_executableAlexandru Croitor2020-10-074-34/+34
* CMake: Issue warning if chainloaded toolchain file does not existJoerg Bornemann2020-10-071-0/+3
* CMake: Introduce QT_CHAINLOAD_TOOLCHAIN_FILEJoerg Bornemann2020-10-072-0/+5
* CMake: Document convenience scripts in READMEJoerg Bornemann2020-10-071-0/+45
* CMake: Add missing Android values in qdevice.priAlexandru Croitor2020-10-071-0/+7
* CMake: Export the chosen iOS SDK used when configuring QtAlexandru Croitor2020-10-071-0/+4
* CMake: Add iOS mkspec mapping for the wrapper qmakeAlexandru Croitor2020-10-071-0/+2
* CMake: Remove leftover debug outputAlexandru Croitor2020-10-061-1/+0
* CMake: Allow embedding debug info in object files with MSVCAlexandru Croitor2020-10-061-0/+11
* CMake: Introduce CMake-only optimize_full featureAlexandru Croitor2020-10-061-0/+9
* CMake: Refactor optimization flag handling and add optimize_fullAlexandru Croitor2020-10-063-56/+483
* CMake: Install PDB debug info for MSVC buildsAlexandru Croitor2020-10-065-0/+71
* CMake: Implement missing Android-related configure optionsJoerg Bornemann2020-10-062-6/+39
* CMake: Extend message functions in QtProcessConfigureArgs.cmakeJoerg Bornemann2020-10-061-4/+8
* CMake: Fix typo in ANDROID_SDK_ROOT's help textJoerg Bornemann2020-10-061-1/+1
* CMake: Implement configure -reduce-exportsJoerg Bornemann2020-10-053-8/+9
* CMake: Clean up the public API a bitAlexandru Croitor2020-10-011-1/+1
* CMake: Fix -[no-]warnings-are-errors configure argumentJoerg Bornemann2020-10-012-2/+2
* CMake: use HostInfo when QT_HOST_PATH is setSamuli Piippo2020-09-301-0/+3
* CMake: fix sdkBuildToolsRevision not being set for user appsAssam Boudjelthia2020-09-291-25/+3
* CMake: make QT_ANDROID_DEPLOYMENT_SETTINGS_FILE consistent with qmakeAssam Boudjelthia2020-09-281-2/+2
* CMake: Generate *AdditionalTargetInfo.cmake for toolsJoerg Bornemann2020-09-283-1/+9
* CMake: Write proper *AdditionalTargetInfo file in debug-only buildJoerg Bornemann2020-09-281-25/+29
* CMake: FindGLIB2 to include gthread2 sub-libraryJulien Schueller2020-09-281-2/+10
* By default don't try to use pkg-config when targeting AndroidAlexandru Croitor2020-09-281-1/+1
* CMake: Allow finding Qt CMake packages in additional locationsAlexandru Croitor2020-09-283-4/+35
* CMake: use ANDROID_SDK_ROOT instead of ANDROID_SDK consistentlyAssam Boudjelthia2020-09-261-1/+1
* CMake: Add $import_prefix/include as an include path for each Qt moduleAlexandru Croitor2020-09-261-0/+8
* CMake: Fix build of Release user projects against RelWithDebInfo QtJoerg Bornemann2020-09-257-0/+115
* CMake: Export 3rdparty dependency find_package calls of private modulesJoerg Bornemann2020-09-251-1/+12
* CMake: Fix sanitizer build when using Clang on LinuxAlexandru Croitor2020-09-241-0/+3
* CMake Build: Add support for -qtlibinfix configure parameterCristian Adam2020-09-235-5/+9
* Android: set default API level to 23 in docsAssam Boudjelthia2020-09-232-3/+3
* CMake: partially revert 00a1e5dAssam Boudjelthia2020-09-231-216/+0
* Use 'A' for Apple framework version instead of Qt major versionTor Arne Vestbø2020-09-232-2/+2
* CMake: Rename internal functions to contain qt_internalAlexandru Croitor2020-09-2312-78/+138