summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* Reorganize work with graphical libraries on INTEGRITYTatiana Borisova2022-04-053-0/+33
* CMake: Allow specifying custom install dir for non-EP examplesAlexandru Croitor2022-04-041-2/+9
* CMake: Rename QT_INTERNAL_CUSTOM_INSTALL_DIRAlexandru Croitor2022-04-042-6/+8
* CMake: Allow passing -v to ninja when building examples as EPsAlexandru Croitor2022-04-041-0/+7
* CMake: Pass -v to ninja when using ctest --build-and-testAlexandru Croitor2022-04-041-1/+3
* CMake: Fix typo in configuration summary messageAlexandru Croitor2022-03-291-1/+1
* CMake: Fix picking of the binary_for_strip project locationAlexandru Croitor2022-03-292-20/+44
* CMake: Don't hardcode the library directory nameChristophe Giboudeaux2022-03-291-1/+1
* CMake: Fix handling of the CROSSCOMPILING_EMULATOR propertyJoerg Bornemann2022-03-251-2/+3
* CMake: Generate and use a wrapper script for stripping binariesAlexandru Croitor2022-03-253-0/+179
* CMake: Enable verbose autogen for cmake auto tests and EP examplesAlexandru Croitor2022-03-251-0/+1
* CMake: Enable debug verbosity for cmake auto tests and EP examplesAlexandru Croitor2022-03-251-0/+3
* CMake: Mention where the configure summary can be foundAlexandru Croitor2022-03-231-0/+9
* Assume qhelpgenerator in libexec instead of binJoerg Bornemann2022-03-231-1/+1
* CI: QNX qemu need docker service ports explicitly defined for visibilityPasi Petäjäjärvi2022-03-221-0/+2
* Install QtCopyFileIfDifferent as the 'public' cmake helperAlexey Edelev2022-03-211-1/+1
* CMake: Read QT_HOST_PATH from the environment tooJoerg Bornemann2022-03-182-5/+12
* CMake: Forward QT_ADDITIONAL_(HOST_)PACKAGES_PREFIX_PATH to try_compileJoerg Bornemann2022-03-181-0/+2
* wasm: move user configurable settingsLorn Potter2022-03-181-25/+0
* CMake: Mitigate moc not finding correct headers in framework buildsAlexandru Croitor2022-03-181-4/+8
* CMake: Don't rely on CMAKE_FIND_ROOT_PATH_MODE_PACKAGE for examplesAlexandru Croitor2022-03-161-9/+4
* CMake: Fix cross-building examples in prefix builds as ExternalProjectsAlexandru Croitor2022-03-161-13/+12
* CMake: Add C/C++ compiler options to C/C++ sources onlyJoerg Bornemann2022-03-161-2/+7
* configure: Don't escape backslashes in passed configure argumentsAlexandru Croitor2022-03-141-1/+0
* CMake: Make configure less verbose by defaultAlexandru Croitor2022-03-042-8/+33
* CMake: Generate wrapper shell scripts for all hosts when requestedAlexandru Croitor2022-03-042-27/+70
* CMake: Rename FindZSTD to FindWrapZSTDAlexandru Croitor2022-03-011-16/+18
* configure: CMake: Add -no-prefix optionAlexandru Croitor2022-02-283-1/+22
* Fix the mapping between configure arguments and CMake variablesAlexey Edelev2022-02-241-3/+3
* CMake: Fix exclusion of QtFoo in QtBarDepends for 3rd party libsAlexandru Croitor2022-02-233-22/+30
* Fix QT_ADDITIONAL_(HOST_)PACKAGES_PREFIX_PATH environment variablesJoerg Bornemann2022-02-232-2/+12
* CMake: Add INSTALL_DIR argument to qt_internal_add_appJoerg Bornemann2022-02-231-3/+10
* cmake: avoid unused parameters in cmake testsTim Blechmann2022-02-213-3/+3
* CMake: Fix cross-build without qt.toolchain.cmakeJoerg Bornemann2022-02-181-3/+4
* CMake: Add default launch screen storyboard for iOS appsAlexandru Croitor2022-02-164-3/+59
* CMake: Introduce QT_ADDITIONAL_HOST_PACKAGES_PREFIX_PATHJoerg Bornemann2022-02-154-24/+77
* configure: Fix --foo=bar argumentsJoerg Bornemann2022-02-151-1/+1
* configure: Allow specifying arbitrary variable assignmentsJoerg Bornemann2022-02-151-0/+13
* configure: Remove unused facility to define variable assignmentsJoerg Bornemann2022-02-151-29/+0
* Use 'copy' but not 'copy_if_different' on Windows platformsAlexey Edelev2022-02-104-0/+38
* Add missing include of QtPublicCMakeHelpersAlexey Edelev2022-02-101-0/+1
* Fix the run of _check targets in multi-config buildsAlexey Edelev2022-02-101-2/+8
* CMake: Assign proper postfixes in multi-config buildsAlexandru Croitor2022-02-101-2/+29
* configure: Switch error to warning when -skip used in per-repo buildAlexandru Croitor2022-02-101-6/+4
* CMake: Handle slashes in qt_internal_add_exampleAlexandru Croitor2022-02-101-0/+13
* CMake: Temporarily disable building external examples in prefix buildsAlexandru Croitor2022-02-041-1/+9
* configure: Raise error if -skip/-submodules is used in per-repo buildAlexandru Croitor2022-02-041-0/+10
* configure: Introduce -submodules optionAlexandru Croitor2022-02-042-0/+6
* configure: Allow specifying a comma separated list to -skip optionAlexandru Croitor2022-02-042-3/+16
* Add qt_internal_undefine_global_definition functionAlexey Edelev2022-02-023-17/+23