summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* Do not query for the nonexistent QT_FEATURE_exceptions featureMikolaj Boc2022-09-021-5/+1
* Add NO_EXCEPTIONS on WASM unconditionallyMikolaj Boc2022-09-021-1/+1
* Add wasm target helpers in a finalizer when adding executableMikolaj Boc2022-09-022-1/+1
* Use the INSTALL_CMAKE_NAMESPACE to locate module tools targetAlexey Edelev2022-09-011-1/+1
* Build in test data on WASMMikolaj Boc2022-09-011-1/+1
* wasm: set ALLOW_MEMORY_GROWTH for multi-threaded buildsMorten Sørvig2022-09-011-2/+2
* wasm: add Emscripten version check for appsLorn Potter2022-09-011-0/+25
* Plug the WASM batched test runner into the build systemMikolaj Boc2022-08-311-5/+5
* CMake: Move Apple specific functions into a separate fileAlexandru Croitor2022-08-304-0/+631
* wasm: add support for building Qt as shared librariesMorten Sørvig2022-08-304-4/+30
* wasm: update emsdk to 3.1.14Lorn Potter2022-08-301-1/+1
* Bump macOS and iOS deployment targets to 10.15 and 14 respectivelyTor Arne Vestbø2022-08-291-4/+4
* Relay the batched test name to ctest commandline on all platformsMikolaj Boc2022-08-291-2/+26
* Make it possible to mark a test as non-batchableMikolaj Boc2022-08-261-2/+2
* 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