summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* CMake: Fix prl files not to contain hard-coded library pathsAlexandru Croitor2022-06-252-1/+29
* Doc: Skip 'qt5/' part in 3rd party documentationKai Köhne2022-06-231-0/+1
* CMake: fix build with FreeBSD 13.1Thiago Macieira2022-06-231-0/+1
* wasm: Optimize use of openglesLorn Potter2022-06-221-11/+1
* headerclean: remove dead codeMarc Mutz2022-06-221-4/+0
* Long live QT_INLINE_SINCE!Marc Mutz2022-06-221-0/+14
* CMake: Find system harfbuzz even if pkg-config is disabledJoerg Bornemann2022-06-201-9/+26
* Add missing argument to list(APPEND in __qt_internal_get_tool_imported_locationAlexey Edelev2022-06-171-1/+1
* CMake: Warn when using CMake 3.21.1Alexandru Croitor2022-06-161-0/+6
* modulecppexports.h.in: re-indent nested preprocessor directivesMarc Mutz2022-06-141-3/+3
* CMake: Fix typosKai Köhne2022-06-1316-21/+22
* 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
* Make configure -no-pkg-config actually workJoerg Bornemann2022-06-131-3/+8
* CMake: Fix check for system harfbuzz if pkg-config is unavailableJoerg Bornemann2022-06-131-12/+13
* CMake: up the minimum C version to C11Thiago Macieira2022-06-121-5/+2
* wasm: Replace depreciated --embind compiler argumentLorn Potter2022-06-021-1/+2
* wasm: don't enable specialHTMLTargets by defaultMorten Sørvig2022-06-011-1/+1
* Avoid some new clang 14 warnings on Android NDK 24 buildVille Voutilainen2022-05-271-0/+5
* Adjust installing and running wasm-testrunnerDavid Skoland2022-05-272-4/+17
* wasm: update emscripten to 3.1.10Lorn Potter2022-05-271-1/+1
* CMake: Use the PRODUCT_NAME for the iOS display name like qmakeAlexandru Croitor2022-05-201-0/+7
* CMake: Fix issue with linking against static library on iOSAlexandru Croitor2022-05-201-3/+0
* CMake: Automatically use Xcode generator in qt-cmake + iOSAlexandru Croitor2022-05-201-2/+7
* CMake: set correct COMPILE_PDB_NAME for static librariesLi Xinwei2022-05-204-12/+19
* Add option to not include native libraries in APKTinja Paavoseppä2022-05-201-0/+18
* Avoid using add_custom_command with PRE_LINK for version scriptAlexey Edelev2022-05-191-6/+19
* CMake: Fix line endings of wrapper scriptsJoerg Bornemann2022-05-172-11/+23
* Use SPDX license identifiersLucie Gérard2022-05-162-76/+4
* CMake: Fix static library link order when using qmakeAlexandru Croitor2022-05-122-1/+19
* Use full file path for the generated dbus filesAlexey Edelev2022-05-121-2/+8
* wasm: enable WASM_BIGINTMorten Sørvig2022-05-121-1/+2
* wasm: set ASSERTIONS level to default (1)Morten Sørvig2022-05-121-1/+0
* Hardcode atomic_LIB as -latomicDmitry Shachnev2022-05-121-1/+1
* CMake: Handle strip wrapper creation more robustlyAlexandru Croitor2022-05-111-11/+21
* CMake: Fix initialization of QT_BUILD_TOOLS_BY_DEFAULTJoerg Bornemann2022-05-112-7/+8
* CMake: Make possible building Qt tools without the use of core libraryAlexey Edelev2022-05-063-19/+25
* CMake: also allow building tools when found elsewhere in host buildsThiago Macieira2022-05-045-26/+48
* CMake: Fix typo in error messageJoerg Bornemann2022-05-021-1/+1
* Add qpa include directory to the return values of qt_internal_module_infoAlexey Edelev2022-05-021-1/+16
* Pass compilers on to examples configsAllan Sandfeld Jensen2022-04-261-0/+4
* CMake: Handle detection of linux-g++-32 mkspecAlexandru Croitor2022-04-252-0/+137
* zlib as static libraryKai Köhne2022-04-222-29/+40
* CMake: Fix interleaved configure outputAlexandru Croitor2022-04-221-0/+5
* CMake: Embed an empty qt_prfxpath if Qt is relocatableAlexandru Croitor2022-04-221-5/+12
* CMake: Work around build rpath issue when CMAKE_STAGING_PREFIX is setAlexandru Croitor2022-04-226-1/+73
* wasm: add specialHTMLTargets to EXPORTED_RUNTIME_METHODS for qmakeLorn Potter2022-04-211-0/+1
* CMake: Disable CMAKE_INSTALL_RPATH_USE_LINK_PATHAlexandru Croitor2022-04-191-11/+9
* CMake: Fix implementation of qt_apply_rpathsAlexandru Croitor2022-04-191-14/+44
* CMake: Sync rpath documentation with the current implementationAlexandru Croitor2022-04-191-9/+25