summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* Place test helpers in batched test output directory unless overriddenMikolaj Boc2022-08-261-1/+8
* Make qt_internal_test_batch_target_name publicly availableMikolaj Boc2022-08-254-10/+10
* CMake: Remove NSHumanReadableCopyright from iOS Info.plistAlexandru Croitor2022-08-251-3/+0
* 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: Don't write QMAKE_PRL_BUILD_DIR to Qt's .prl filesJoerg Bornemann2022-08-241-1/+0
* Implement the batch_tests featureMikolaj Boc2022-08-247-56/+263
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-23133-133/+133
* Add possibility to store source files for interface targetsAlexey Edelev2022-08-191-2/+29
* Add -disable-deprecated-up-to parameter to configure scriptIvan Solovev2022-08-194-6/+26
* Rename QT_DEPRECATED_WARNINGS_SINCE -> QT_WARN_DEPRECATED_UP_TOIvan Solovev2022-08-191-4/+4
* Rename QT_DISABLE_DEPRECATED_BEFORE -> QT_DISABLE_DEPRECATED_UP_TOIvan Solovev2022-08-191-3/+3
* CMake: Add COMMAND_ECHO option to _qt_internal_create_command_scriptAlexandru Croitor2022-08-171-1/+9
* CMake: Move _qt_internal_create_command_script to a public fileAlexandru Croitor2022-08-175-95/+102
* wasm: include asyncify support unconditionallyMorten Sørvig2022-08-171-1/+5
* 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
* Rename arg_HEADER_MODULE variable to 'is_interface_lib'Alexey Edelev2022-08-121-6/+5
* Do not use the HEADER_MODULE argument in qt_generate_module_pri_fileAlexey Edelev2022-08-122-11/+14
* wasm: allow apps to override EXPORT_RUNTIME_METHODSLorn Potter2022-08-122-1/+8
* CMake: Put Qt-internal targets into a dedicated FOLDERJoerg Bornemann2022-08-111-0/+10
* Remove HEADER_MODULE from qt_internal_extend_targetAlexey Edelev2022-08-112-7/+10
* Add the output of qlalr to the consuming target source filesAlexey Edelev2022-08-101-3/+4
* CMake: Fix detection of system double-conversionJoerg Bornemann2022-08-101-4/+9
* Add "content file" mode for the qt_internal_add_linker_version_scriptAlexey Edelev2022-08-093-15/+66
* Add the common headersclean_check targetAlexey Edelev2022-08-092-8/+17
* CMake: Bail when configuring multiple configurations and plain NinjaAlexandru Croitor2022-08-091-0/+6
* Remove cmake/FindCups.cmakeJoerg Bornemann2022-08-091-99/+0
* cmake: Allow adding extra content to plugin pri fileTor Arne Vestbø2022-08-081-1/+12
* cmake: Use file instead of qt_configure_file for generating plugin priTor Arne Vestbø2022-08-081-4/+5
* cmake: Move qt_install call into qt_generate_plugin_pri_fileTor Arne Vestbø2022-08-082-6/+4
* cmake: Defer generating plugin .pri file until finalizerTor Arne Vestbø2022-08-081-9/+11
* Allow specifying multiple header types in qt_copy_framework_headersAlexey Edelev2022-08-052-38/+31
* 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: Override simulator architecture to x86_64 for Xcode generatorTor Arne Vestbø2022-08-031-2/+2
* CMake: Fix single standalone tests to use same Qt C++ language stdAlexandru Croitor2022-08-032-1/+5
* Add license headers to cmake filesLucie Gérard2022-08-03133-4/+399
* CMake: Relax constraint on not having feature values changeAlexandru Croitor2022-08-031-1/+9
* CMake: Remove internal __qt_add_plugin_*_args variablesJoerg Bornemann2022-08-031-37/+0
* Build minimal subset of tests for Android multi-ABI Qt buildsAlexey Edelev2022-08-023-1/+5
* CMake: Deprecate _add_app/executable/test/tool PUBLIC_LIBRARIES optionAlexandru Croitor2022-07-294-9/+46
* cmake: add support for EXCEPTIONS to qt_internal_add_appRobert Griebl2022-07-281-1/+7
* CMake: Export package name and 3rdparty flag for 3rd party librariesAlexandru Croitor2022-07-281-2/+10
* CMake: Mark PlatformCommonInternal as a Qt6 packageAlexandru Croitor2022-07-271-1/+3
* CMake: Fix install destination of in-tree examplesAlexandru Croitor2022-07-271-0/+6
* CMake: Add per-target support for iOS launch screensAlexandru Croitor2022-07-272-2/+2