summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* CMake: Fix build with CMake 3.28 on macOSJoerg Bornemann2023-09-121-2/+6
* cmake: Don't pass -undefined,error to Apple linkerTor Arne Vestbø2023-09-121-0/+5
* CMake:Android: Add jar files to a ${target}JarSourcesAssam Boudjelthia2023-09-081-0/+8
* Fix version script testAlexey Rochev2023-09-051-20/+18
* CMake: Fix linkage with lld 16.0Bernhard Rosenkränzer2023-09-052-14/+14
* 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 helpers: support NO_PCH_SOURCES wherever NO_UNITY_BUILD_SOURCES areMarc Mutz2023-08-077-2/+6
* CMake: Prevent infinite loop when generating module .pri filesJoerg Bornemann2023-08-011-0/+5
* qt_enable_separate_debug_info: Enable custom location of dSYM directoryMichael Brüning2023-07-311-3/+15
* Silence the missing BundleIdentifier warning for non-Xcode generatorsAmir Masoud Abdol2023-07-151-7/+9
* modulecppexports.h.in: replace non-ASCII with ASCII charactersMarc Mutz2023-07-141-5/+5
* CMake: Fix gc_sections genex evaluation in pkgconfig file creationAlexandru Croitor2023-07-142-0/+18
* 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-071-3/+8
* CMake: Add missing check for tool target promotionAlexandru Croitor2023-07-051-1/+1
* CMake: Avoid creating empty directories when installing Find*.cmakeAmir Masoud Abdol2023-07-041-0/+8
* Android: Downgrade OpenSSL configure error to warningVolker Hilsheimer2023-07-041-4/+5
* Fix syncqt compiler and linker flags handlingAlexey Edelev2023-06-301-0/+24
* Update the implementation of -unity-buildAmir Masoud Abdol2023-06-301-7/+2
* CMake: Don't use check_language for Objective-C/C++Alexandru Croitor2023-06-291-9/+4
* Android:CMake: Add argument to bundle OpenSSL libs for internal testsAssam Boudjelthia2023-06-291-0/+10
* Fix an issue with processing -prefix paths ending with \ on WindowsAmir Masoud Abdol2023-06-231-1/+7
* Silence a warning in EGL checkAmir Masoud Abdol2023-06-231-1/+2
* Fix CMP0099 impact - disallow propagating internal linker optionsAlexey Edelev2023-06-203-6/+25
* 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
* 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
* Add TRY_RUN_FLAGS argument to customize the TRY_RUN commandAmir Masoud Abdol2023-06-161-3/+10
* Fix a bug in -redo where -redo was not considering new optionsAmir Masoud Abdol2023-06-141-1/+52
* 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
* 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
* Remove debug symbols from Android's release buildAmir Masoud Abdol2023-06-091-0/+20
* Move QT_ALLOW_SYMLINK_IN_PATHS warning to config.summaryAmir Masoud Abdol2023-06-081-6/+0
* Fix indentation of generated cmake code snippetKai Köhne2023-06-081-8/+8
* Resolve an issue when running `/qt-configure-module .`Amir Masoud Abdol2023-06-081-1/+4
* CMake: apply OpenBSD patch to enable $ORIGINThiago Macieira2023-06-081-1/+1
* CMake: Remove local __PPS targetKai Köhne2023-06-071-5/+3
* Use parentheses for Xcode specific variablesAmir Masoud Abdol2023-06-071-3/+3
* Generate and set a CFBundleIdentifier when none were provided on macOSAmir Masoud Abdol2023-06-021-50/+72
* 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
* Add TRY_RUN option to qt_internal_add_toolAmir Masoud Abdol2023-06-011-1/+54
* Add NOMINMAX to PlatformCommonInternalAmir Masoud Abdol2023-05-312-0/+6
* Implement qt_internal_get_file_path_mode for changing the file path modeAmir Masoud Abdol2023-05-311-0/+16
* Fix Clang platform detecting mechanismAlexey Edelev2023-05-311-8/+8
* Make CONFIGS arguments of qt_internal_remove_compiler_flags optionalAmir Masoud Abdol2023-05-261-8/+15