summaryrefslogtreecommitdiffstats
path: root/cmake/QtAutoDetect.cmake
Commit message (Expand)AuthorAgeFilesLines
* CMake: Handle detection of linux-g++-32 mkspecAlexandru Croitor2022-04-251-0/+86
* CMake:Android: Use ANDROID_PLATFORM instead of ANDROID_NATIVE_API_LEVELAssam Boudjelthia2022-03-111-2/+4
* cmake: Don't notify/warn the user when Xcode is not foundTor Arne Vestbø2021-11-101-3/+0
* CMake: Ensure that UNIX is set for INTEGRITYJoerg Bornemann2021-10-051-0/+6
* CMake: Show error in user projects if wasm toolchain file not foundAlexandru Croitor2021-09-271-5/+1
* CMake: Get toolchain file path from EMSDK env for Wasm user projectsAlexandru Croitor2021-09-271-0/+4
* CMake: Split and clean up WebAssembly auto-detection codeAlexandru Croitor2021-09-271-35/+24
* wasm: fail when configuring for wasm and EMSDK is not foundLorn Potter2021-09-011-1/+6
* CMake: Force Integrity to be a static Qt buildAlexandru Croitor2021-07-151-16/+24
* Make Android detection more robustJoerg Bornemann2021-07-051-11/+22
* Fix typo in function name qt_auto_detect_vcpkgJoerg Bornemann2021-07-021-2/+2
* Revert "Make toolchain inspection more robust"Joerg Bornemann2021-07-021-33/+4
* Add instructions for Windows 10 on Arm configSimo Fält2021-05-051-0/+10
* wasm: do not set autodetect wasm true until we actually detectLorn Potter2021-04-271-1/+1
* Error out if requesting Android build without toolchain fileJoerg Bornemann2021-04-231-0/+6
* Android: Choose latest version when autodetecting the NDKJoerg Bornemann2021-04-231-2/+21
* Android: Do not auto-detect NDK if ANDROID_NDK_ROOT is setJoerg Bornemann2021-04-231-1/+1
* CMake: Fix building multi-arch universal macOS QtAlexandru Croitor2021-04-011-0/+27
* wasm: add cmake build supportLorn Potter2021-04-011-0/+59
* Bump Apple platform minimum versionsAlexandru Croitor2021-03-101-3/+3
* Make toolchain inspection more robustJoerg Bornemann2021-03-041-4/+33
* CMake/QtAutoDetect: fix failure with multiline toolchain filePeter Seiderer2021-02-081-1/+1
* CMake: Warn when building Qt with a generator other than NinjaAlexandru Croitor2020-11-101-0/+10
* Turn warning about missing xcodebuild into noticeVolker Hilsheimer2020-10-221-1/+1
* CMake: Autodetect Android toolchain file and NDKJoerg Bornemann2020-10-131-0/+21
* CMake: Implement missing iOS-related configure optionsAlexandru Croitor2020-10-121-7/+3
* Android: set default API level to 23 in docsAssam Boudjelthia2020-09-231-2/+2
* Make missing XCode a warning instead of an errorAlex Richardson2020-07-261-1/+1
* CMake: Print various CMake and Qt CMake information variablesAlexandru Croitor2020-07-201-9/+17
* CMake: Write QT_MAC_SDK_VERSION into qconfig.priAlexandru Croitor2020-06-171-0/+30
* CMake: Clean up AND NOT QT_BUILD_STANDALONE_TESTS in QtAutoDetectAlexandru Croitor2020-06-041-3/+2
* CMake: Protect against Qt toolchain file recursive inclusionAlexandru Croitor2020-06-041-0/+11
* CMake: Default to building all configurations with Ninja Multi-ConfigAlexandru Croitor2020-05-191-0/+7
* CMake: Handle automatic rpath embedding correctlyAlexandru Croitor2020-04-171-0/+5
* CMake: Adjust PCH support for multi-arch iOS buildsAlexandru Croitor2020-04-031-3/+3
* CMake: Fix auto-detection of precompiled header supportAlexandru Croitor2020-03-251-0/+17
* Fix spelling mistakesTor Arne Vestbø2020-03-111-1/+1
* CMake: Set minimum deployment target for darwin platformsAlexandru Croitor2020-03-061-8/+22
* CMake: Adapt to latest upstream Ninja Multi-Config changesAlexandru Croitor2020-03-041-2/+2
* CMake: Set minimum deployment target only for host macOSAlexandru Croitor2020-02-211-1/+2
* Set a default value for CMAKE_OSX_DEPLOYMENT_TARGETAlexandru Croitor2020-02-181-0/+15
* Add initial support for CMake "Ninja Multi-Config" generatorAlexandru Croitor2020-01-271-0/+18
* Add initial support for cross-building to iOSAlexandru Croitor2019-12-031-0/+97
* Make standalone tests build via top level repo projectAlexandru Croitor2019-11-081-2/+9
* Add auto detection routines for androidLeander Beernaert2019-06-271-0/+57