summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid adding the redundant install rules for module headersAlexey Edelev2023-05-311-1/+1
* Fix Clang platform detecting mechanismAlexey Edelev2023-05-311-8/+8
* CMake: make compile options consistent for Qt created librariesYuhang Zhao2023-05-312-3/+4
* Fix version script testAlexey Rochev2023-05-301-20/+18
* Replace AUTO_RESOURCE_PREFIX with RESOURCE_PREFIX in qt-cmake-projectAmir Masoud Abdol2023-05-301-1/+1
* CMake: use VS2019's flag for stronger inliningYuhang Zhao2023-05-291-2/+2
* Break some include cycles in qglobal.h [1/3]Ahmad Samir2023-05-261-4/+4
* Make CONFIGS arguments of qt_internal_remove_compiler_flags optionalAmir Masoud Abdol2023-05-261-8/+15
* Add the list of previously searched packages to qt_find_packageAlexey Edelev2023-05-263-4/+17
* Remove the -no-gcc-sysroot configure optionJoerg Bornemann2023-05-261-3/+0
* Remove the -silent option from configure-cmake-mapping.mdJoerg Bornemann2023-05-261-1/+0
* CMake: Remove the -mp configure optionJoerg Bornemann2023-05-261-1/+0
* CMake: Remove the -make-tool configure optionJoerg Bornemann2023-05-261-1/+0
* Remove -list-libraries from configure-cmake-mapping.mdJoerg Bornemann2023-05-261-1/+0
* network: fix link issue with older libcSamuli Piippo2023-05-261-4/+8
* WASM: fix build errorYuhang Zhao2023-05-241-1/+1
* WASM: fix wrong parameter passed to CMake functionYuhang Zhao2023-05-241-1/+1
* Prefer GSS.framework on macOS over libgssapi_krb5.tbd when using vcpkgAmir Masoud Abdol2023-05-231-5/+16
* Make sure that QT_QMAKE_TARGET_MKSPEC is not emptyAlexey Edelev2023-05-232-3/+19
* Require only module-specific sync_headers for header_check targetAlexey Edelev2023-05-231-1/+1
* Don't run version script test when its result won't be usedAlexey Rochev2023-05-231-26/+23
* wasm: add INSTALL_LIBDIR as library search pathMorten Sørvig2023-05-221-0/+6
* rhi: Make it a QPA-style private but semi-public APILaszlo Agocs2023-05-214-4/+52
* Make sure that -utf-8 flag only apply to MSVCAlexey Edelev2023-05-161-1/+1
* Remove the -sysroot option from configureAmir Masoud Abdol2023-05-122-2/+8
* Network: link directly to libresolv instead of dlopen()ing itAmir Masoud Abdol2023-05-111-0/+49
* Make sure that -Zc:__cplusplus, and -permissive- only apply to MSVCAmir Masoud Abdol2023-05-111-1/+2
* headerscheck: enable exceptions for MSVCThiago Macieira2023-05-051-1/+1
* Introduce QT_ALLOW_SYMLINK_IN_PATHS flagAmir Masoud Abdol2023-05-031-0/+2