summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* CMake: Fix detection of system double-conversionJoerg Bornemann2022-08-101-4/+9
* CMake: Bail when configuring multiple configurations and plain NinjaAlexandru Croitor2022-08-101-0/+6
* cmake: Don't reference global data in qt_internal_get_title_caseTor Arne Vestbø2022-08-101-1/+1
* Disable bitcode for iOSTor Arne Vestbø2022-08-101-1/+0
* Remove cmake/FindCups.cmakeJoerg Bornemann2022-08-101-98/+0
* CMake: Fix examples to build as external projects when cross-compilingAlexandru Croitor2022-08-051-4/+35
* CMake: Fix Ninja Multi-Config dependency issues for top-level targetsAlexandru Croitor2022-08-051-3/+5
* CMake: Fix single standalone tests to use same Qt C++ language stdAlexandru Croitor2022-08-032-1/+5
* CMake: Relax constraint on not having feature values changeAlexandru Croitor2022-08-031-1/+9
* CMake: Export package name and 3rdparty flag for 3rd party librariesAlexandru Croitor2022-07-281-2/+10
* CMake: Add per-target support for iOS launch screensAlexandru Croitor2022-07-282-2/+2
* CMake: Fix install destination of in-tree examplesAlexandru Croitor2022-07-271-0/+6
* CMake: Mark PlatformCommonInternal as a Qt6 packageAlexandru Croitor2022-07-271-1/+3
* CMake: Don't look for Qt6 components that are already foundAlexandru Croitor2022-07-271-11/+13
* CMake: include the libexecdir in generated pkg-config filesEli Schwartz2022-07-261-0/+1
* CMake: Ensure build instructions are always shown the first timeAlexandru Croitor2022-07-261-1/+8
* CMake: Change __qt_internal_include_plugin_packages to be a macroAlexandru Croitor2022-07-261-25/+28
* CMake: Don't unset Qt6Qml_FOUND when including Qml pluginsAlexandru Croitor2022-07-261-2/+2
* CMake: Record the precise package name where Private modules liveAlexandru Croitor2022-07-263-13/+43
* CMake: Create aliases for Internal targets using common functionAlexandru Croitor2022-07-261-5/+5
* CMake: Export a few useful Qt module target propertiesAlexandru Croitor2022-07-261-5/+37
* CMake: Don't repeatedly look for the Qt6 dependencyAlexandru Croitor2022-07-261-8/+11
* CMake: Move QT_HOST_PATH check and computation into Qt6 packageAlexandru Croitor2022-07-265-87/+90
* CMake: Improve Qt6HostInfo package lookup conditionAlexandru Croitor2022-07-254-4/+16
* CMake: Move Qt6HostInfo lookup into a functionAlexandru Croitor2022-07-255-27/+24
* QT_INLINE_SINCE: take version into accountIvan Solovev2022-07-221-5/+13
* CMake: fix the word order in "no_direct_extern_access"Thiago Macieira2022-07-222-2/+2
* Fix attempt to use -mno-direct-extern-access with ClangThiago Macieira2022-07-221-1/+2
* CMake: prepend build dir for examples buildSamuli Piippo2022-07-211-6/+6
* CMake: Introduce QT_DEBUG_FIND_PACKAGE for troubleshootingAlexandru Croitor2022-07-213-4/+59
* CMake: Suggest hints on how to debug missing packagesAlexandru Croitor2022-07-216-15/+51
* CMake: Allow setting Qt6_DIR to find packages when not cross-compilingAlexandru Croitor2022-07-211-0/+2
* CMake: Display reason when a Qt*Tools package is not foundAlexandru Croitor2022-07-211-0/+4
* CMake: Don't propagate REQUIRED to find_dependency / find_packageAlexandru Croitor2022-07-213-3/+8
* CMake: Clarify if an optional or required Qt component is not foundAlexandru Croitor2022-07-211-2/+2
* CMake: Don't search for next Qt component if a required one is missingAlexandru Croitor2022-07-211-0/+1
* CMake: Remove custom Qt6 3rd party dependency implementationAlexandru Croitor2022-07-212-48/+7
* CMake: Rename _qt_internal_find_dependencies to something less genericAlexandru Croitor2022-07-213-3/+12
* CMake: Extract package dependency finding into functionsAlexandru Croitor2022-07-213-96/+82
* CMake: Remove dead codeAlexandru Croitor2022-07-211-1/+1
* CMake: Record used package version for each target dependencyAlexandru Croitor2022-07-2110-13/+181
* MSVC: Fix the CET parametersYuhang Zhao2022-07-201-4/+1
* CMake: Propagate qtbase's original staging prefix to other Qt reposJoerg Bornemann2022-07-121-14/+27
* CMake: Process extra dependencies for plugin targets as wellAlexandru Croitor2022-07-121-0/+7
* CMake: Clarify qt_record_extra_third_party_dependency docsAlexandru Croitor2022-07-122-1/+3
* CMake: Don't create duplicate plugin targets in shared buildsAlexandru Croitor2022-07-081-8/+6
* wasm: use simpler syntax for EXPORTED_RUNTIME_METHODSMorten Sørvig2022-07-061-1/+1
* Fix potentially wrong version in Windows resources of Qt pluginsJoerg Bornemann2022-07-061-1/+1
* CMake: Create and include plugin packages in shared buildsAlexandru Croitor2022-07-054-13/+13
* CMake: Move plugin package inclusion logic into a common functionAlexandru Croitor2022-07-052-62/+66