summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add TRY_RUN_FLAGS argument to customize the TRY_RUN commandAmir Masoud Abdol2023-06-151-3/+10
* Fix typo in qt_internal_add_global_definitionAlexey Edelev2023-06-141-1/+1
* Wrap the GNU/Clang compiler-dependent flags with genex conditionsAlexey Edelev2023-06-131-3/+21
* Replace list(FIND with simplified IN_LIST checkAlexey Edelev2023-06-131-4/+2
* Silence a warning in EGL checkAmir Masoud Abdol2023-06-121-1/+2
* Fix external header support in qtsyncAlexey Edelev2023-06-093-0/+28
* Fix the issue with setting the QT_BUILDING_QTAmir Masoud Abdol2023-06-091-2/+2
* Move QT_ALLOW_SYMLINK_IN_PATHS warning to config.summaryAmir Masoud Abdol2023-06-081-6/+0
* Remove debug symbols from Android's release buildAmir Masoud Abdol2023-06-081-0/+20
* Fix indentation of generated cmake code snippetKai Köhne2023-06-081-8/+8
* CMake: Unify CMAKE_BUILD_TYPE behavior on all platformsAlexandru Croitor2023-06-082-1/+20
* Revert "CMake: make compile options consistent for Qt created libraries"Alexandru Croitor2023-06-082-4/+3
* CMake: apply OpenBSD patch to enable $ORIGINThiago Macieira2023-06-071-1/+1
* Resolve an issue when running `/qt-configure-module .`Amir Masoud Abdol2023-06-081-1/+4
* Fix an issue with processing -prefix paths ending with \ on WindowsAmir Masoud Abdol2023-06-081-1/+7
* Use parentheses for Xcode specific variablesAmir Masoud Abdol2023-06-061-3/+3
* CMake: Remove local __PPS targetKai Köhne2023-06-061-5/+3
* Generate and set a CFBundleIdentifier when none were provided on macOSAmir Masoud Abdol2023-06-021-50/+72
* Collect module_sync_headers targets from the target depsAlexey Edelev2023-06-022-0/+12
* Add the description for the QT_ALLOW_DOWNLOAD optionAlexey Edelev2023-06-021-0/+2
* cmake: Add known translations to CFBundleLocalizations in Info.plistTor Arne Vestbø2023-06-021-0/+57
* cmake: Always copy Info.plist to build directory manuallyTor Arne Vestbø2023-06-021-7/+5
* Set QT_FORCE_FEATURE_neon to ON for x86_64h arch as well, on macOSAmir Masoud Abdol2023-06-011-1/+2
* Set CMAKE_<LANG>_FLAGS in PARENT_SCOPE as wellAmir Masoud Abdol2023-06-011-3/+11
* cmake: Copy template Info.plist for macOS manually, like we do for iOSTor Arne Vestbø2023-06-014-22/+36
* Add TRY_RUN option to qt_internal_add_toolAmir Masoud Abdol2023-06-011-1/+54
* Implement qt_internal_get_file_path_mode for changing the file path modeAmir Masoud Abdol2023-05-311-0/+16
* Add NOMINMAX to PlatformCommonInternalAmir Masoud Abdol2023-05-312-0/+6