summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* CMake: Fix qml plugin prl files not to have hardcoded pathsAlexandru Croitor2022-07-052-0/+13
* CMake: Fix prl files not to contain hard-coded library pathsAlexandru Croitor2022-06-232-1/+29
* CMake: Warn when using CMake 3.21.1Alexandru Croitor2022-06-171-0/+6
* CMake: Find system harfbuzz even if pkg-config is disabledJoerg Bornemann2022-06-161-9/+26
* Make configure -no-pkg-config actually workJoerg Bornemann2022-06-151-3/+8
* CMake: Fix check for system harfbuzz if pkg-config is unavailableJoerg Bornemann2022-06-141-12/+13
* CMake: Disable CMAKE_INSTALL_RPATH_USE_LINK_PATHAlexandru Croitor2022-06-131-11/+9
* CMake: Fix implementation of qt_apply_rpathsAlexandru Croitor2022-06-131-14/+44
* CMake: Ensure top-level builds are affected by our chosen log levelAlexandru Croitor2022-06-132-11/+33
* CMake: Show configuration summary on first configurationAlexandru Croitor2022-06-131-5/+38
* CMake: Use the PRODUCT_NAME for the iOS display name like qmakeAlexandru Croitor2022-06-091-0/+7
* CMake: Automatically use Xcode generator in qt-cmake + iOSAlexandru Croitor2022-06-091-2/+7
* CMake: Fix typo in error messageJoerg Bornemann2022-06-031-1/+1
* CMake: Fix line endings of wrapper scriptsJoerg Bornemann2022-06-032-11/+23
* CMake: Fix issue with linking against static library on iOSAlexandru Croitor2022-06-031-3/+0
* CMake: Fix interleaved configure outputAlexandru Croitor2022-05-231-0/+5
* CMake: Sync rpath documentation with the current implementationAlexandru Croitor2022-05-231-9/+25
* CMake: Print prefix info when building qtbaseAlexandru Croitor2022-05-231-0/+9
* CMake: An -extprefix -developer-build should install by defaultAlexandru Croitor2022-05-231-3/+8
* CMake: Allow no install + custom on-device prefix for desktop buildsAlexandru Croitor2022-05-233-7/+10
* CMake: Fix static library link order when using qmakeAlexandru Croitor2022-05-232-1/+19
* CMake: Handle strip wrapper creation more robustlyAlexandru Croitor2022-05-231-11/+21
* Cherry-pick qt-testrunner.py from dev branchDimitrios Apostolou2022-05-192-0/+3
* Explicitly check for atomic addition and relaxed load operation supportMoody Liu2022-04-181-15/+19
* Suppress cmake warning about empty string argumentAlexey Edelev2022-04-121-1/+7
* Remove the LINK_LANGUAGE genex condition when generating .pc fileAlexey Edelev2022-04-121-0/+1
* CMake build: generate pkgconfig for public modulesMartin Reboredo2022-04-128-18/+223
* Fix check for pcre2 using cmakeJonas Kvinge2022-04-091-1/+1
* 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