summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* Update Copyright year to 2023Kai Köhne2023-03-201-1/+1
* CMake: Fix position independent code linker flags not being setJoerg Bornemann2023-02-231-0/+4
* CMake: Add function to get tool wrapper shell script pathAlexandru Croitor2023-02-012-1/+14
* CMake: Rework tool wrapper shell script creationAlexandru Croitor2023-02-013-17/+95
* CMake: Move __qt_internal_prefix_paths_to_rootsAlexandru Croitor2023-02-012-17/+17
* CMake: Move __qt_internal_collect_additional_prefix_pathsAlexandru Croitor2023-02-012-52/+52
* Disable PkgConfig for AndroidAmir Masoud Abdol2023-01-131-1/+2
* Allow specifying CMakeLists.txt as the argument for qt-cmake-standalone-testAlexey Edelev2023-01-061-0/+9
* Remove CMake version check when adding _lib_pri to ALLAlexey Edelev2022-12-111-4/+3
* Add _lib_pri targets to allAlexey Edelev2022-12-071-1/+9
* Link ${target}_lib_pri directly to INTERFACE_LIBRARY targetsAlexey Edelev2022-12-051-5/+1
* CMake: Make it possible to specify a debug MySQL client libraryJoerg Bornemann2022-12-031-5/+49
* Add INTERFACE_LIBRARIES to dependencies of repo targetsAlexey Edelev2022-12-011-1/+1
* CMake: Use unix paths in android xml filesAlexandru Croitor2022-10-201-12/+20
* CMake: fix build with FreeBSD 13.1Thiago Macieira2022-09-091-0/+1
* Disable bitcode for iOSTor Arne Vestbø2022-08-181-1/+0
* CMake: Override simulator architecture to x86_64 for Xcode generatorTor Arne Vestbø2022-08-151-2/+2
* CMake: Fix detection of system double-conversionJoerg Bornemann2022-08-101-4/+9
* CMake: Fix examples to build as external projects when cross-compilingAlexandru Croitor2022-08-051-0/+35
* CMake: Fix Ninja Multi-Config dependency issues for top-level targetsAlexandru Croitor2022-08-051-3/+5
* CMake: Relax constraint on not having feature values changeAlexandru Croitor2022-08-031-1/+9
* CMake: Fix single standalone tests to use same Qt C++ language stdAlexandru Croitor2022-08-032-1/+5
* CMake: Fix install destination of in-tree examplesAlexandru Croitor2022-07-281-0/+6
* CMake: prepend build dir for examples buildSamuli Piippo2022-07-261-6/+6
* CMake: include the libexecdir in generated pkg-config filesEli Schwartz2022-07-261-0/+1
* CMake: Ensure build instructions are always shown the first timeAlexandru Croitor2022-07-261-1/+8
* CMake: Propagate qtbase's original staging prefix to other Qt reposJoerg Bornemann2022-07-151-14/+27
* cmake: Don't reference global data in qt_internal_get_title_caseTor Arne Vestbø2022-07-141-1/+1
* CMake: Fix qml plugin prl files not to have hardcoded pathsAlexandru Croitor2022-07-052-0/+13
* CMake: Don't force CONFIG mode when looking for system PCRE2Alexandru Croitor2022-07-051-1/+5
* CMake: Fix confusing FPHSA zstd version warning messageAlexandru Croitor2022-07-051-1/+4
* CMake: Rewrite double-conversion find moduleAlexandru Croitor2022-07-053-54/+77
* CMake: Fix lookup of system PCRE2 versionAlexandru Croitor2022-07-051-1/+1
* CMake: Improve 'Generating Plugins' messageAlexandru Croitor2022-07-051-1/+6
* CMake: Don't show the incompatible version warning when not neededAlexandru Croitor2022-07-011-1/+9
* headerclean: remove dead codeMarc Mutz2022-06-301-4/+0
* 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