summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* CMake: Add a helpers file for commands to run in the top-level dirAlexandru Croitor2023-09-063-1/+88
* CMake: Handle INPUT_foo values when detecting dirty buildsAlexandru Croitor2023-09-063-45/+30
* CMake: Rework INPUT_foo vars handling when reconfiguringAlexandru Croitor2023-09-065-10/+58
* CMake: Fix toggling of FEATURE_developer_build and some other optionsAlexandru Croitor2023-09-061-6/+18
* CMake: Recompute features when dependent features are marked dirtyAlexandru Croitor2023-09-061-22/+116
* CMake: Move dirty feature / dirty build detection into QtFeature.cmakeAlexandru Croitor2023-09-062-23/+27
* Add enablers to expose semi-public APIs for QtQuick3DChristian Strømme2023-09-054-4/+52
* Make sure that tests use the module build directory but not install pathAlexey Edelev2023-09-014-3/+4
* CMake/ELF: hide all Standard Library symbolsThiago Macieira2023-08-301-1/+4
* CMake: remove test for eventfd, replace with __has_includeThiago Macieira2023-08-291-1/+0
* CMake: Fix early exit in qt_build_repo_post_process()Joerg Bornemann2023-08-241-6/+5
* CMake: Rename QT_EXAMPLES_CMAKE_PREFIX_PATHJoerg Bornemann2023-08-234-8/+8
* CMake: Allow find_package(Qt6 COMPONENTS Foo) in testsJoerg Bornemann2023-08-231-0/+4
* CMake: Fix find_package(Qt6*Tools) in non-qtbase testsJoerg Bornemann2023-08-231-2/+16
* CMake: use correct link flag for MinGW(GCC) static-runtime buildLi Xinwei2023-08-221-1/+11
* CMake: Don't create superfluous qtrepo_XXX_for_examples targetsJoerg Bornemann2023-08-211-13/+15
* Fix running CMake test projects in prefix buildsJoerg Bornemann2023-08-195-33/+82
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-191-0/+1
* Use the relative header path when checking if it's 3rdpartyAlexey Edelev2023-08-171-1/+11
* Fix architecture selection for Mimer SQL client libraryFredrik Ålund2023-08-161-6/+47
* CMake: Allow installation of example sources into the Qt prefixAlexandru Croitor2023-08-164-52/+162
* wasm: handle missing qconfig.hMorten Sørvig2023-08-161-4/+8
* Do not override the generator type in configure scriptAlexey Edelev2023-08-141-2/+33
* Use Release and Debug configuration for multi-config Qt builds by defaultAlexey Edelev2023-08-111-1/+9
* Allow disabling QT_USE_QSTRINGBUILDER definition for module targetsAlexey Edelev2023-08-092-2/+1
* Allow disabling QT_USE_QSTRINGBUILDER definition for tool targetsAlexey Edelev2023-08-092-2/+1
* Use QT_USE_QSTRINGBUILDER by default for all internal plugin targetsAlexey Edelev2023-08-081-0/+1
* cmake helpers: support NO_PCH_SOURCES wherever NO_UNITY_BUILD_SOURCES areMarc Mutz2023-08-077-2/+6
* Fix standalone headersclean_check targetsAlexey Edelev2023-08-021-0/+4
* Allow using custom CMAKE_<CONFIG>_POSTFIX when building QtAlexey Edelev2023-08-021-29/+72
* qt_enable_separate_debug_info: Enable custom location of dSYM directoryMichael Brüning2023-07-311-3/+15
* CMake: Make sure to follow BuildInternals CMAKE_BUILD_TYPE on WindowsAlexandru Croitor2023-07-262-0/+2
* COIN/Android: Move android_emulator_launcher.sh to qt5.gitAssam Boudjelthia2023-07-251-7/+0
* Make Qt headers work with MSVC /W4Kai Köhne2023-07-181-1/+1
* CMake: Fix gc_sections genex evaluation in pkgconfig file creationAlexandru Croitor2023-07-142-0/+18
* modulecppexports.h.in: replace non-ASCII with ASCII charactersMarc Mutz2023-07-141-5/+5
* CMake: Don't set QT_BUILDING_QT for single standalone testsAlexandru Croitor2023-07-122-3/+10
* Explain why we can't use -Za in MSVC headersclean checkMichal Klocek2023-07-121-0/+3
* Allow OpenGL to be found on X11-less Linux systems (using libOpenGL)Yaroslav Isakov2023-07-121-0/+10
* Disable vcpkg detection/integration by defaultAmir Masoud Abdol2023-07-122-2/+2
* Enable QT_NO_CONTEXTLESS_CONNECT in headerscleanGiuseppe D'Angelo2023-07-121-0/+1
* Set VCPKG_CHAINLOAD_TOOLCHAIN_FILE to supplied_toolchain_fileAmir Masoud Abdol2023-07-111-1/+1
* Detect vcpkg after everything elseAmir Masoud Abdol2023-07-111-1/+1
* Add a private API to capture a graphics frameHatem ElKharashy2023-07-111-0/+20
* CMake: Prevent infinite loop when generating module .pri filesJoerg Bornemann2023-07-101-0/+5
* Add '_sync_headers' for interface libraries to "ALL"Alexey Edelev2023-07-071-0/+7
* Android[openssl]: Check existence of OpenSSL .so file before useMårten Nordheim2023-07-061-3/+8
* Silence the missing BundleIdentifier warning for non-Xcode generatorsAmir Masoud Abdol2023-07-061-7/+9
* CMake: Add missing check for tool target promotionAlexandru Croitor2023-07-051-1/+1
* CMake: Don't use VCPKG_DEFAULT_TRIPLET for triplet deductionMårten Nordheim2023-07-051-2/+2