summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Look for MoltenVK headers if there are installed separately using BrewAmir Masoud Abdol2023-06-301-0/+20
* Fix syncqt compiler and linker flags handlingAlexey Edelev2023-06-291-0/+24
* CMake: Don't use check_language for Objective-C/C++Alexandru Croitor2023-06-291-9/+4
* Update the implementation of -unity-buildAmir Masoud Abdol2023-06-291-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
* Introduce QT_SYNC_HEADERS_AT_CONFIGURE_TIME flagAlexey Edelev2023-06-273-2/+19
* Introduce -no-vcpkg flag for disabling vcpkg detection/integrationAmir Masoud Abdol2023-06-274-1/+9
* Fix comment in QtModuleHelpers.cmakeJoerg Bornemann2023-06-271-1/+1
* wasm: update emscripten to 3.1.37Piotr Wierciński2023-06-261-1/+1
* wasm: enable asyncify for batched tests onlyMorten Sørvig2023-06-211-2/+5
* Android:CMake: Add argument to bundle OpenSSL libs for internal testsAssam Boudjelthia2023-06-211-0/+10
* Make WASM export names different across modulesMikolaj Boc2023-06-201-8/+4
* Set QT_COMMAND_LINE_PARSER_NO_GUI_MESSAGE_BOXES before TRY_RUNAmir Masoud Abdol2023-06-201-1/+2
* Resolve an issue with detecting GSSAPI on macOSAmir Masoud Abdol2023-06-201-1/+1
* Disable TRY_RUN when cross compilingAmir Masoud Abdol2023-06-171-2/+2
* CMake: Remove the dysfunctional -testcocoon configure optionJoerg Bornemann2023-06-161-1/+0
* Use QT_64BIT instead of checking CMAKE_SIZEOF_VOID_PAmir Masoud Abdol2023-06-161-1/+1
* Fix CMP0099 impact - disallow propagating internal linker optionsAlexey Edelev2023-06-163-6/+25