summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* Add INTERFACE_LIBRARIES to dependencies of repo targetsAlexey Edelev2022-12-011-1/+1
* Apple: Add CFBundleAllowMixedLocalizations=YES to Info.plist filesTor Arne Vestbø2022-11-042-0/+4
* Apple: Use 'en' instead of 'English' as development regionTor Arne Vestbø2022-10-281-1/+1
* Fix a bug in detecting systemAmir Masoud Abdol2022-10-281-1/+1
* Cleanup the watchOS and tvOS References from CMake filesAmir Masoud Abdol2022-10-271-62/+16
* Remove the Unnecessary CMake Module, `include(CMakeParseArguments)`Amir Masoud Abdol2022-10-262-5/+0
* CMake: Use unix paths in android xml filesAlexandru Croitor2022-10-191-12/+20
* wasm: enable QT_BUILD_MINIMAL_STATIC_TESTS by defaultDavid Skoland2022-09-301-1/+6
* CMake: Write all Host* properties to target_qt.confJoerg Bornemann2022-09-301-0/+3
* CMake: Fix HostData qmake property for cross buildsJoerg Bornemann2022-09-281-2/+3
* CMake: Fix return value of applicationName() on macOSAlexandru Croitor2022-09-161-9/+22
* CMake: Add function to get tool wrapper shell script pathAlexandru Croitor2022-09-162-1/+14
* CMake: Rework tool wrapper shell script creationAlexandru Croitor2022-09-162-17/+94
* CMake: Move __qt_internal_prefix_paths_to_rootsAlexandru Croitor2022-09-162-17/+17
* CMake: Move __qt_internal_collect_additional_prefix_pathsAlexandru Croitor2022-09-162-52/+52
* wasm: Replace QT6_INSTALL_PREFIX with WASM_BUILD_DIR in cmake helperDavid Skoland2022-09-131-3/+8
* Do not make extra copy of public headers for external headers moduleMichal Klocek2022-09-121-5/+8
* CMake: allow user specified boolean values to have any caseRolf Eike Beer2022-09-071-1/+1
* wasm: add Emscripten version check for appsLorn Potter2022-09-011-0/+25
* CMake: Move Apple specific functions into a separate fileAlexandru Croitor2022-08-314-0/+631
* CMake: Remove NSHumanReadableCopyright from iOS Info.plistAlexandru Croitor2022-08-311-3/+0
* wasm: update emsdk to 3.1.14Lorn Potter2022-08-311-1/+1
* CMake: Default CFBundleDevelopmentRegion to $(DEVELOPMENT_LANGUAGE)Alexandru Croitor2022-08-251-1/+1
* CMake: Replace tabs with spaces in iOS Info.plist templateAlexandru Croitor2022-08-251-35/+35
* CMake: Add COMMAND_ECHO option to _qt_internal_create_command_scriptAlexandru Croitor2022-08-181-1/+9
* CMake: Move _qt_internal_create_command_script to a public fileAlexandru Croitor2022-08-185-95/+102
* wasm: include asyncify support unconditionallyMorten Sørvig2022-08-171-1/+5
* CMake: Override simulator architecture to x86_64 for Xcode generatorTor Arne Vestbø2022-08-151-2/+2
* Make wasm finalizers work for standalone tests and other reposMikolaj Boc2022-08-151-0/+4
* CMake: Enable public executable finalizers for iOS testsAlexandru Croitor2022-08-151-0/+15
* CMake: Tests on iOS must be app bundles to be runnableAlexandru Croitor2022-08-151-0/+14
* CMake: Use the Xcode generator for qt-cmake-standalone-test on iOSAlexandru Croitor2022-08-151-2/+12
* CMake: Improve tool not found error messageAlexandru Croitor2022-08-121-3/+16
* wasm: allow apps to override EXPORT_RUNTIME_METHODSLorn Potter2022-08-122-1/+8
* CMake: Fix detection of system double-conversionJoerg Bornemann2022-08-101-4/+9
* CMake: Bail when configuring multiple configurations and plain NinjaAlexandru Croitor2022-08-101-0/+6
* cmake: Don't reference global data in qt_internal_get_title_caseTor Arne Vestbø2022-08-101-1/+1
* Disable bitcode for iOSTor Arne Vestbø2022-08-101-1/+0
* Remove cmake/FindCups.cmakeJoerg Bornemann2022-08-101-98/+0
* CMake: Fix examples to build as external projects when cross-compilingAlexandru Croitor2022-08-051-4/+35
* CMake: Fix Ninja Multi-Config dependency issues for top-level targetsAlexandru Croitor2022-08-051-3/+5
* CMake: Fix single standalone tests to use same Qt C++ language stdAlexandru Croitor2022-08-032-1/+5
* CMake: Relax constraint on not having feature values changeAlexandru Croitor2022-08-031-1/+9
* CMake: Export package name and 3rdparty flag for 3rd party librariesAlexandru Croitor2022-07-281-2/+10
* CMake: Add per-target support for iOS launch screensAlexandru Croitor2022-07-282-2/+2
* CMake: Fix install destination of in-tree examplesAlexandru Croitor2022-07-271-0/+6
* CMake: Mark PlatformCommonInternal as a Qt6 packageAlexandru Croitor2022-07-271-1/+3
* CMake: Don't look for Qt6 components that are already foundAlexandru Croitor2022-07-271-11/+13
* CMake: include the libexecdir in generated pkg-config filesEli Schwartz2022-07-261-0/+1
* CMake: Ensure build instructions are always shown the first timeAlexandru Croitor2022-07-261-1/+8