summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* wasm: Replace QT6_INSTALL_PREFIX with WASM_BUILD_DIR in cmake helperDavid Skoland2022-09-131-3/+8
* Add function to add and compile executables at configure timeAlexey Edelev2022-09-135-1/+246
* Skip AUTOGEN for config filesAlexey Edelev2022-09-121-0/+1
* Move the tool look-up functionality to a separate functionAlexey Edelev2022-09-121-137/+150
* Add <module>-config[-p].h files to the module sourcesAlexey Edelev2022-09-091-0/+6
* wasm: don't set GL_DEBUGMorten Sørvig2022-09-081-1/+0
* Suppress the PUBLIC/PRIVATE_HEADER related warningAlexey Edelev2022-09-071-10/+0
* CMake: propagate deprecations definitions to tools and appsIvan Solovev2022-09-072-0/+6
* Respect CMake source tree when installing header filesAlexey Edelev2022-09-072-64/+213
* CMake: propagate deprecation definitions to unit-testsIvan Solovev2022-09-061-1/+20
* wasm: suppress pthreads-mem-growth warningMorten Sørvig2022-09-061-0/+6
* CMake: allow user specified boolean values to have any caseRolf Eike Beer2022-09-051-1/+1
* 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