summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* Remove /INCREMENTAL:YES from linker flagsMarcel Krems2020-09-051-2/+0
* CMake: Teach QtProcessConfigureArgs.cmake to configure other modulesJoerg Bornemann2020-09-021-12/+18
* CMake: Fix call to qt_apply_rpaths in qt_internal_add_appJoerg Bornemann2020-09-011-1/+1
* CMake: Implement configure -traceJoerg Bornemann2020-09-012-6/+33
* CMake: Fix cmake wrapper creation when cross-buildingAlessandro Portale2020-08-281-3/+3
* CMake: Fix rpath for Qt internal applications (non-bootstrapped tools)Joerg Bornemann2020-08-281-0/+4
* Android: add option to get app arguments with AndroidManifest.xmlAssam Boudjelthia2020-08-281-1/+225
* CMake: Implement configure -force-assertsJoerg Bornemann2020-08-272-1/+5
* CMake: Install QtHeadersClean.cmakeFabian Kosmale2020-08-271-0/+1
* cmake: Fix generation of third-party attributesKai Koehne2020-08-261-1/+1
* cmake: Fix building documentation on WindowsKai Koehne2020-08-261-6/+6
* headersclean: Check for all-W3 MSVC warningsKai Koehne2020-08-261-6/+1
* Port headersclean check to CMakeKai Koehne2020-08-253-0/+147
* CMake: use definitions when testing EGLSamuli Piippo2020-08-251-0/+1
* CMake: Implement configure -gdb-indexJoerg Bornemann2020-08-232-1/+5
* CMake: Actually evaluate AUTODETECT expressions in featuresJoerg Bornemann2020-08-231-1/+2
* CMake: Support configure tests of type 'linkerSupportsFlag'Joerg Bornemann2020-08-232-0/+29
* CMake: Implement configure -optimize-sizeJoerg Bornemann2020-08-232-1/+6
* CMake: Fix configure setting superfluous featuresJoerg Bornemann2020-08-231-5/+7
* CMake: Document more configure argument mappingsJoerg Bornemann2020-08-231-3/+3
* CMake: Fix creation of host-qmake wrapper when cross-compilingAlexandru Croitor2020-08-231-1/+2
* CMake: Implement configure -optimize-debugJoerg Bornemann2020-08-202-1/+8
* CMake: Implement configure -linker [bfd,gold,lld]Joerg Bornemann2020-08-202-1/+10
* CMake: Support configure tests of type 'compilerSupportsFlag'Joerg Bornemann2020-08-202-0/+12
* CMake Build: Use EGL library as dependency for GLESv2Cristian Adam2020-08-201-0/+8
* CMake Build: Add QNX 7.1 build supportCristian Adam2020-08-201-0/+15
* CMake Build: Fix libdrm detection and compilation on QNXCristian Adam2020-08-191-7/+9
* CMake: Add /OPT:REF flag when building Qt on WindowsAlexandru Croitor2020-08-191-0/+7
* CMake: Adjust compiler flag optimizations to qmake mkspec onesAlexandru Croitor2020-08-193-0/+216
* CMake Build: Add include guards for FindPPS.cmake and FindSlog2.cmakeCristian Adam2020-08-192-0/+8
* CMake Build: Disable pkg-config for QNXCristian Adam2020-08-191-1/+1
* CMake Port: Remove outdated information in README.mdKai Koehne2020-08-191-3/+0
* CMake: Implement configure -qreal <type>Joerg Bornemann2020-08-194-2/+7
* CMake: Fix usage of ccache when no executable was foundAlexandru Croitor2020-08-181-3/+8
* CMake: Handle -D, -I, -F and -L configure argumentsJoerg Bornemann2020-08-176-4/+75
* CMake: Fix typo in README about how to build Android for arm64Alexandru Croitor2020-08-171-1/+1
* CMake: De-duplicate list input handling code in QtProcessConfigureArgsJoerg Bornemann2020-08-171-13/+10
* CMake: Re-implement configure/qmake's command line handling in CMakeJoerg Bornemann2020-08-171-100/+530
* CMake: Split out some Android functions into a public API fileAlexandru Croitor2020-08-141-240/+0
* CMake: Fix various issues with building CMake Android projectsAlexandru Croitor2020-08-141-10/+37
* CMake: Move QtPostProcess functions into QtPostProcessHelpers.cmakeAlexandru Croitor2020-08-143-641/+647
* CMake: Split QtBuild.cmake into smaller filesAlexandru Croitor2020-08-1432-5819/+5829
* CMake: Allow opting out of global target promotionAlexandru Croitor2020-08-131-2/+19
* CMake: Extend configure-cmake-mapping.mdJoerg Bornemann2020-08-131-44/+36
* CMake: Allow specifying a sysconfdir that's outside the prefixAlexandru Croitor2020-08-131-10/+17
* CMake: Fix empty value of CMAKE_SIZEOF_VOID_P when looking for toolsAlexandru Croitor2020-08-132-10/+1
* CMake: Introduce QtFeatureCommon.cmakeJoerg Bornemann2020-08-133-10/+12
* CMake: Write QMAKE_MACOSX_DEPLOYMENT_TARGET to qconfig.priJoerg Bornemann2020-08-131-0/+2
* CMake: Add missing newline at the end of qconfig.priJoerg Bornemann2020-08-131-1/+1
* cmake: Suggest qt-cmake-private script for building other Qt modulesKai Koehne2020-08-121-2/+2