summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* CMake:Android: Add jar files to a ${target}JarSourcesv6.6.0-beta4Assam Boudjelthia2023-09-091-0/+8
* Add macOS support for the Mimer SQL QtSql pluginFredrik Ålund2023-09-081-0/+3
* CMake: Add a helpers file for commands to run in the top-level dirAlexandru Croitor2023-09-083-1/+88
* CMake: Handle INPUT_foo values when detecting dirty buildsAlexandru Croitor2023-09-083-45/+30
* CMake: Rework INPUT_foo vars handling when reconfiguringAlexandru Croitor2023-09-085-10/+58
* CMake: Fix toggling of FEATURE_developer_build and some other optionsAlexandru Croitor2023-09-081-6/+18
* CMake: Recompute features when dependent features are marked dirtyAlexandru Croitor2023-09-081-22/+116
* CMake: Move dirty feature / dirty build detection into QtFeature.cmakeAlexandru Croitor2023-09-082-23/+27
* Do not override the generator type in configure scriptAlexey Edelev2023-09-081-2/+33
* CMake: use correct link flag for MinGW(GCC) static-runtime buildLi Xinwei2023-08-221-1/+11
* Use the relative header path when checking if it's 3rdpartyAlexey Edelev2023-08-171-1/+11
* CMake: Allow installation of example sources into the Qt prefixAlexandru Croitor2023-08-174-52/+162
* Fix architecture selection for Mimer SQL client libraryFredrik Ålund2023-08-161-6/+47
* wasm: handle missing qconfig.hMorten Sørvig2023-08-161-4/+8
* Use Release and Debug configuration for multi-config Qt builds by defaultAlexey Edelev2023-08-111-1/+9
* cmake helpers: support NO_PCH_SOURCES wherever NO_UNITY_BUILD_SOURCES areMarc Mutz2023-08-087-2/+6
* Fix standalone headersclean_check targetsAlexey Edelev2023-08-021-0/+4
* 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-272-0/+2
* CMake: Unify CMAKE_BUILD_TYPE behavior on all platformsAlexandru Croitor2023-07-272-1/+20
* CMake: Fix gc_sections genex evaluation in pkgconfig file creationAlexandru Croitor2023-07-162-0/+18
* modulecppexports.h.in: replace non-ASCII with ASCII charactersMarc Mutz2023-07-151-5/+5
* CMake: Prevent infinite loop when generating module .pri filesJoerg Bornemann2023-07-101-0/+5
* Silence the missing BundleIdentifier warning for non-Xcode generatorsAmir Masoud Abdol2023-07-101-7/+9
* Add '_sync_headers' for interface libraries to "ALL"v6.6.0-beta2Alexey Edelev2023-07-071-0/+7
* Android[openssl]: Check existence of OpenSSL .so file before useMårten Nordheim2023-07-071-3/+8
* 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
* Android: Downgrade OpenSSL configure error to warningVolker Hilsheimer2023-07-041-4/+5
* CMake: Avoid creating empty directories when installing Find*.cmakeAmir Masoud Abdol2023-07-041-0/+8
* Fix syncqt compiler and linker flags handlingAlexey Edelev2023-06-301-0/+24
* CMake: Don't use check_language for Objective-C/C++Alexandru Croitor2023-06-301-9/+4
* Look for MoltenVK headers if there are installed separately using BrewAmir Masoud Abdol2023-06-301-0/+20
* Update the implementation of -unity-buildAmir Masoud Abdol2023-06-301-7/+2
* CMake: Require CMake 3.21 when building/using Qt on Apple platformsAlexandru Croitor2023-06-281-1/+5
* Fix headers clean for newer msvcMichal Klocek2023-06-281-1/+1
* Android:CMake: Add argument to bundle OpenSSL libs for internal testsAssam Boudjelthia2023-06-281-0/+10
* Introduce -no-vcpkg flag for disabling vcpkg detection/integrationAmir Masoud Abdol2023-06-274-1/+9
* Introduce QT_SYNC_HEADERS_AT_CONFIGURE_TIME flagAlexey Edelev2023-06-273-2/+19
* wasm: update emscripten to 3.1.37Piotr Wierciński2023-06-261-1/+1
* Set QT_COMMAND_LINE_PARSER_NO_GUI_MESSAGE_BOXES before TRY_RUNAmir Masoud Abdol2023-06-231-1/+2
* Resolve an issue with detecting GSSAPI on macOSAmir Masoud Abdol2023-06-231-1/+1
* wasm: enable asyncify for batched tests onlyMorten Sørvig2023-06-211-2/+5
* Fix CMP0099 impact - disallow propagating internal linker optionsAlexey Edelev2023-06-203-6/+25
* Fix typo in qt_internal_add_global_definitionAlexey Edelev2023-06-191-1/+1
* Disable TRY_RUN when cross compilingAmir Masoud Abdol2023-06-171-2/+2
* Use QT_64BIT instead of checking CMAKE_SIZEOF_VOID_PAmir Masoud Abdol2023-06-171-1/+1
* Silence a warning in EGL checkAmir Masoud Abdol2023-06-171-1/+2
* Add TRY_RUN_FLAGS argument to customize the TRY_RUN commandAmir Masoud Abdol2023-06-161-3/+10
* Fix external header support in qtsyncAlexey Edelev2023-06-143-0/+28