qtbase/cmake
Alexandru Croitor 217d7e4fbf CMake: Make QT_CMAKE_EXPORT_NAMESPACE available in the top-level scope
Previously QT_CMAKE_EXPORT_NAMESPACE was set by calling
find_package(QtBuildInternals) at repo dir scope, even in a top-level
build.

Starting with ddcafa0a51c65d86f6b5481f06fce5faeb75920d in
qtdeclarative, we now have a deferred call of
_qt_internal_write_deferred_qmlls_build_ini_file in the
CMAKE_BINARY_DIR scope, which lacks the QT_CMAKE_EXPORT_NAMESPACE
variable.
This caused errors in a top-level standalone tests build:
  Error evaluating generator expression $
    No target "::qtpaths"
    CMakeLists.txt:DEFERRED

To avoid the error we now set QT_CMAKE_EXPORT_NAMESPACE in the
top level scope.

To avoid duplicating the code into the QtBaseTopLevelHelpers,
we extract the qt_internal_top_level_setup_cmake_and_export_namespace
function into a new QtBuildInternalsHelpers.cmake file, which is
included by both QtBaseTopLevelHelpers.cmake and
QtBuildInternalsConfig.cmake.

We also copy and install that file.

This has less side effects than trying to call
find_package(QtBuildInternals) in the top-level scope.

Change-Id: I8e54e21d3f07ee86860cad49d6e43e0fdefbcee3
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
(cherry picked from commit 9b9a2398f3)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2025-06-06 14:28:09 +00:00
..
3rdparty ECMEnableSanitizers.cmake: fix GCC's "note: variable tracking size limit exceeded" when using asan 2025-03-17 16:46:33 +01:00
QtBuildInternals CMake: Make QT_CMAKE_EXPORT_NAMESPACE available in the top-level scope 2025-06-06 14:28:09 +00:00
ios cmake: Generate Apple privacy manifest files for Qt modules 2024-02-13 21:53:34 +01:00
macos macOS: Enable crash reporting for tests via Swift 2025-01-08 15:46:37 +01:00
platforms Add the missing check of IntegrityPlatformGraphics_REQUIRED_LIBRARIES 2024-11-11 20:33:44 +02:00
tests Add copyright and licensing to .cpp and .h files missing them 2024-05-28 09:47:01 +02:00
visionos visionOS: Add support for immersive spaces 2024-05-14 00:32:35 +02:00
CODESTYLE.md CMake: Introduce a CMake coding style document 2024-02-19 16:41:47 +01:00
FindATSPI2.cmake
FindDB2.cmake
FindDirectFB.cmake
FindGLESv2.cmake Make PlatformGraphics lookup QUIET 2025-02-24 23:38:27 +01:00
FindGSSAPI.cmake Resolve an issue with detecting GSSAPI on macOS 2023-06-20 07:34:09 +02:00
FindGTK3.cmake
FindInterbase.cmake CMake/sql find modules: read foo_ROOT env var if available 2024-10-05 21:54:29 +02:00
FindJeMalloc.cmake Add jemalloc support 2025-04-09 13:49:11 +02:00
FindLibb2.cmake
FindLibproxy.cmake
FindLibsystemd.cmake
FindLibudev.cmake
FindMimer.cmake Build the QtSql plugin for Mimer SQL on macOS in universal binary mode 2023-12-11 17:05:14 +00:00
FindMtdev.cmake
FindMySQL.cmake CMake/sql find modules: read foo_ROOT env var if available 2024-10-05 21:54:29 +02:00
FindOracle.cmake CMake/sql find modules: read foo_ROOT env var if available 2024-10-05 21:54:29 +02:00
FindPPS.cmake CMake: Remove local __PPS target 2023-06-06 15:33:41 +00:00
FindPostgreSQL.cmake Set the CMP0159 to NEW where applicable 2024-03-27 16:06:29 +01:00
FindRenderDoc.cmake Add a private API to capture a graphics frame 2023-07-11 15:24:26 +03:00
FindSlog2.cmake
FindTslib.cmake
FindWrapAtomic.cmake
FindWrapBacktrace.cmake
FindWrapBrotli.cmake CMake: Suppress package not found warnings in some FindWrap scripts 2024-05-14 00:32:41 +02:00
FindWrapDBus1.cmake
FindWrapFreetype.cmake
FindWrapHarfbuzz.cmake
FindWrapJpeg.cmake
FindWrapOpenGL.cmake CMake: Fix build with CMake 3.28 on macOS 2023-09-12 14:52:00 +02:00
FindWrapOpenSSL.cmake
FindWrapOpenSSLHeaders.cmake
FindWrapPCRE2.cmake
FindWrapPNG.cmake
FindWrapResolv.cmake Default initialize the statep pointer in the resolv compile check 2025-04-07 20:04:12 +02:00
FindWrapRt.cmake
FindWrapSystemDoubleConversion.cmake
FindWrapSystemFreetype.cmake
FindWrapSystemHarfbuzz.cmake CMake: Suppress package not found warnings in some FindWrap scripts 2024-05-14 00:32:41 +02:00
FindWrapSystemJpeg.cmake
FindWrapSystemMd4c.cmake
FindWrapSystemPCRE2.cmake CMake: Suppress package not found warnings in some FindWrap scripts 2024-05-14 00:32:41 +02:00
FindWrapSystemPNG.cmake
FindWrapSystemZLIB.cmake CMake: Propagate ZLIB version in Find script to wrapper script 2024-05-10 22:17:19 +02:00
FindWrapVulkan.cmake
FindWrapVulkanHeaders.cmake Look for MoltenVK headers if there are installed separately using Brew 2023-06-30 10:55:01 +00:00
FindWrapZLIB.cmake
FindWrapZSTD.cmake Prefer using the non-suffixed libzstd over static one 2024-05-27 15:53:21 +02:00
FindXKB_COMMON_X11.cmake
FindXRender.cmake
ModuleDescription.json.in CMake: Rework the module JSON files 2024-11-14 15:15:55 +01:00
PkgConfigLibrary.pc.in Revert "CMake: Make generated pkgconfig files relocatable" 2025-05-28 14:34:45 +00:00
Qt3rdPartyLibraryConfig.cmake.in CMake: Remove unused _import_prefix variable from config packages 2024-12-16 18:50:06 +01:00
Qt3rdPartyLibraryHelpers.cmake CMake: Add NO_PCH_SOURCES argument to qt_internal_add_cmake_library 2025-03-20 14:29:48 +01:00
QtAndroidHelpers.cmake Introduce qt_add_android_permission CMake function 2024-09-16 11:59:49 +03:00
QtAppHelpers.cmake CMake: Decouple Qt specific handling from SBOM implementation 2025-02-11 12:23:28 +01:00
QtAutoDetect.cmake CMake: Move QtAutoDetect.cmake functions into a separate Helpers file 2023-11-29 16:00:57 +01:00
QtAutoDetectHelpers.cmake CMake: Show the active Apple SDK path when configuring qtbase 2025-04-09 19:24:43 +02:00
QtAutogenHelpers.cmake Use `_qt_internal_dealias_target` 2025-03-06 22:09:06 +01:00
QtBaseCMakeTesting.cmake
QtBaseConfigureTests.cmake CMake: Show the active Apple SDK path when configuring qtbase 2025-04-09 19:24:43 +02:00
QtBaseGlobalTargets.cmake CMake: Make QT_CMAKE_EXPORT_NAMESPACE available in the top-level scope 2025-06-06 14:28:09 +00:00
QtBaseHelpers.cmake CMake: Make qt-cmake-standalone-tests work from prefix build dir 2025-06-06 14:28:03 +00:00
QtBaseTopLevelHelpers.cmake CMake: Make QT_CMAKE_EXPORT_NAMESPACE available in the top-level scope 2025-06-06 14:28:09 +00:00
QtBuild.cmake CMake: Mostly unify includes into a single location 2023-11-27 19:53:42 +01:00
QtBuildHelpers.cmake Introduce Qt<Module>TransitiveExtras.cmake for Qt modules 2025-05-31 00:44:07 +02:00
QtBuildInformation.cmake CMake: Improve compile test error reporting in configure summary 2025-06-04 19:19:18 +00:00
QtBuildInternalsExtra.cmake.in Change license for .in files 2024-03-05 12:59:21 +01:00
QtBuildOptionsHelpers.cmake CMake: Add function to set up SBOM generation defaults 2025-02-28 14:51:19 +01:00
QtBuildPathsHelpers.cmake Introduce INSTALL_QT_SHAREDIR 2025-06-02 14:41:05 +00:00
QtBuildRepoExamplesHelpers.cmake CMake: Allow skipping the fake install prefix for examples 2025-05-13 05:16:40 +00:00
QtBuildRepoHelpers.cmake CMake: Skip sbom file checksum checks for excluded test targets 2025-05-26 20:11:33 +02:00
QtBuildStaticDocToolsScript.cmake CMake: doctools: Avoid blocking integrations due to version mismatch 2025-02-11 12:17:44 +01:00
QtCMakeHelpers.cmake Introduce _qt_internal_configure_file 2025-04-04 17:23:42 +02:00
QtCMakePackageVersionFile.cmake.in Change license for .in files 2024-03-05 12:59:21 +01:00
QtCMakeVersionHelpers.cmake Revert "CMake: Temporarily allow using any version in Qt's CI" 2025-01-02 19:12:51 +01:00
QtCompilerFlags.cmake Test that macro expansion to `defined` actually works 2025-01-31 11:48:32 +01:00
QtCompilerOptimization.cmake CMake: Fix full rebuilds when using MSVC and reconfiguring the build 2025-02-25 19:31:00 +01:00
QtConfig.cmake.in CMake: Adjust CMP0156 policy handling for Apple platforms 2025-05-15 03:08:03 +02:00
QtConfigDependencies.cmake.in Make the HostInfo package lookup properly versioned 2025-03-21 12:55:49 +01:00
QtConfigExtras.cmake.in Change license for .in files 2024-03-05 12:59:21 +01:00
QtConfigureTimeExecutableCMakeLists.txt.in Change license for .in files 2024-03-05 12:59:21 +01:00
QtCopyFileIfDifferent.cmake
QtDbusHelpers.cmake CMake: Fix dbus and vk headers to be excluded from doc generation 2025-03-20 21:15:12 +01:00
QtDeferredDependenciesHelpers.cmake
QtDocsHelpers.cmake Build system: further reduce verbosity for doc builds 2025-03-26 15:38:19 +01:00
QtExecutableHelpers.cmake cmake: Respect CMAKE_MACOSX_BUNDLE and CMAKE_WIN32_EXECUTABLE 2025-03-31 17:29:48 +02:00
QtFeature.cmake CMake: Improve error reporting for failed linker no undefined flag 2025-06-04 19:19:20 +00:00
QtFeatureCommon.cmake
QtFileConfigure.txt.in
QtFindPackageHelpers.cmake Use `_qt_internal_dealias_target` 2025-03-06 22:09:06 +01:00
QtFindWrapConfigExtra.cmake.in Change license for .in files 2024-03-05 12:59:21 +01:00
QtFindWrapHelper.cmake CMake: Conditionally pass PATHS to FindWrapHelper package lookup 2025-05-15 03:08:03 +02:00
QtFinishPkgConfigFile.cmake
QtFinishPrlFile.cmake CMake: fix FFmpeg's linker flags in generated pri and prl files 2024-07-04 12:09:55 +08:00
QtFlagHandlingHelpers.cmake CMake: Improve error reporting for failed linker no undefined flag 2025-06-04 19:19:20 +00:00
QtFrameworkHelpers.cmake CMake: add Photos.framework to framework helpers 2025-04-25 18:14:23 +02:00
QtGenerateExtPri.cmake
QtGenerateLibHelpers.cmake CMake: fix absolute paths w/o suffix in pri/prl files 2024-12-31 13:34:50 +01:00
QtGenerateLibPri.cmake
QtGenerateVersionScript.cmake
QtGlobalStateHelpers.cmake
QtHeadersClean.cmake Use `_qt_internal_path_is_prefix` 2025-02-17 16:44:30 +01:00
QtHostInfoConfig.cmake.in Introduce INSTALL_QT_SHAREDIR 2025-06-02 14:41:05 +00:00
QtInitProject.cmake qt-cmake-create: Modernize QML template 2025-02-25 01:42:28 +01:00
QtInstallHelpers.cmake
QtInstallPaths.cmake.in Introduce INSTALL_QT_SHAREDIR 2025-06-02 14:41:05 +00:00
QtInternalTargets.cmake CMake: make ccache + pch + clang build more robust 2025-04-09 13:15:44 +02:00
QtJavaHelpers.cmake Android: enable javadoc lint checks 2024-11-25 15:47:32 +02:00
QtLalrHelpers.cmake
QtMkspecHelpers.cmake Avoid using the PROJECT_VERSION_MAJOR as the HostInfo variable prefix 2025-03-24 12:02:20 +01:00
QtModuleConfig.cmake.in Make `AdditionalTargetInfo.cmake` optional 2025-02-25 22:09:42 +01:00
QtModuleConfigPrivate.cmake.in CMake: Silence the private module warning for dependencies 2025-02-12 10:26:05 +01:00
QtModuleDependencies.cmake.in Unset the temporary variables in Dependencies scripts 2025-01-03 16:59:19 +01:00
QtModuleHeadersCheck.cmake Resolve symlinks when running headersclean check 2023-09-27 20:29:08 +02:00
QtModuleHelpers.cmake Introduce qt_internal_set_module_transitive_properties 2025-05-31 00:44:07 +02:00
QtModuleToolsConfig.cmake.in Change license for .in files 2024-03-05 12:59:21 +01:00
QtModuleToolsDependencies.cmake.in Split the tool dendencies lookup to Qt and 3rd party 2025-01-08 16:29:52 +01:00
QtModuleToolsVersionlessTargets.cmake.in Change license for .in files 2024-03-05 12:59:21 +01:00
QtNoLinkTargetHelpers.cmake
QtPkgConfigHelpers.cmake Revert "CMake: Make generated pkgconfig files relocatable" 2025-05-28 14:34:45 +00:00
QtPlatformAndroid.cmake Change _qt_internal_android_get_target_android_build_dir signature 2025-03-26 01:14:33 +01:00
QtPlatformSupport.cmake Add preliminary support for Qt for visionOS 2024-04-18 05:00:57 +02:00
QtPlatformTargetHelpers.cmake CMake: Add missing SBOM attribution entries 2024-12-02 16:43:32 +01:00
QtPluginConfig.cmake.in Avoid creating Plugin targets if the dependencies are missing 2024-12-20 21:49:02 +01:00
QtPluginDependencies.cmake.in Unset the temporary variables in Dependencies scripts 2025-01-03 16:59:19 +01:00
QtPluginHelpers.cmake Fix typos in qt_internal_add_plugin in the TEST_PLUGIN related warning 2025-04-28 19:36:26 +02:00
QtPlugins.cmake.in Change license for .in files 2024-03-05 12:59:21 +01:00
QtPostProcess.cmake CMake: Mostly unify includes into a single location 2023-11-27 19:53:42 +01:00
QtPostProcessHelpers.cmake Make HostInfo versioned 2025-03-24 12:02:18 +01:00
QtPrecompiledHeadersHelpers.cmake CMake: Fix generation of precompiled headers in per-repo Qt builds 2025-03-20 14:29:51 +01:00
QtPriHelpers.cmake Avoid using the PROJECT_VERSION_MAJOR as the HostInfo variable prefix 2025-03-24 12:02:20 +01:00
QtPrlHelpers.cmake CMake: Fix location of iOS framework prl files 2025-06-03 07:25:22 +00:00
QtProcessConfigureArgs.cmake Add feature deprecation capability 2025-06-03 07:25:23 +00:00
QtProperties.cmake Remove the QT_KNOWN_PLUGINS property definition 2024-07-04 20:29:21 +02:00
QtPublicAndroidHelpers.cmake Move qt_internal_sort_android_platforms to public android helpers 2025-01-09 14:08:18 +01:00
QtPublicAppleHelpers.cmake CMake: Improve Apple SDK name and path reporting 2025-06-03 07:25:22 +00:00
QtPublicCMakeEarlyPolicyHelpers.cmake CMake: Adjust CMP0156 policy handling for Apple platforms 2025-05-15 03:08:03 +02:00
QtPublicCMakeHelpers.cmake CMake: Improve error reporting for failed linker no undefined flag 2025-06-04 19:19:20 +00:00
QtPublicCMakeVersionHelpers.cmake CMake: Stop spamming CMP0156 debug messages 2025-05-28 11:38:24 +02:00
QtPublicDependencyHelpers.cmake CMake: Fix backup/restore of QT_NO_PRIVATE_MODULE_WARNING 2025-05-21 22:22:18 +02:00
QtPublicExternalProjectHelpers.cmake CMake: Allow building all examples as standalone just like tests 2024-03-14 11:44:16 +01:00
QtPublicFinalizerHelpers.cmake
QtPublicFindPackageHelpers.cmake CMake: Record package provided targets in Dependencies.cmake files 2024-05-29 23:01:47 +02:00
QtPublicGitHelpers.cmake CMake: Add a fake deterministic SBOM generation option 2025-01-24 19:36:08 +01:00
QtPublicPluginHelpers.cmake CMake: Rework deployment of Qt plugins 2025-04-09 19:02:07 +02:00
QtPublicPluginHelpers_v2.cmake Introduce a new way of collecting plugin targets 2024-11-14 00:56:12 +01:00
QtPublicSbomAttributionHelpers.cmake CMake: Clean up leftover attribution values during SBOM generation 2025-04-24 17:22:54 +01:00
QtPublicSbomCpeHelpers.cmake CMake: Split SBOM implementation into separate files 2025-01-10 18:42:22 +01:00
QtPublicSbomDepHelpers.cmake CMake: Simplify and fix target dependency handling in SBOMs 2025-02-11 12:23:29 +01:00
QtPublicSbomFileHelpers.cmake CMake: Skip sbom file checksum checks for excluded test targets 2025-05-26 20:11:33 +02:00
QtPublicSbomGenerationHelpers.cmake CMake: Remove semicolon from SBOM external document references 2025-03-03 17:31:16 +01:00
QtPublicSbomHelpers.cmake CMake: Fix SBOM PROJECT_COMMENT CMP0174 related warning 2025-04-24 21:10:42 +02:00
QtPublicSbomLicenseHelpers.cmake CMake: Split SBOM implementation into separate files 2025-01-10 18:42:22 +01:00
QtPublicSbomOpsHelpers.cmake CMake: Fix showing exit code when SBOM NTIA verification fails 2025-05-14 10:38:35 +02:00
QtPublicSbomPurlHelpers.cmake CMake: Rework SBOM PURL handling 2025-02-21 15:57:17 +01:00
QtPublicSbomPythonHelpers.cmake CMake: Split SBOM implementation into separate files 2025-01-10 18:42:22 +01:00
QtPublicSbomQtEntityHelpers.cmake CMake: Extract Qt-specific license concluded handling 2025-02-27 13:54:50 +01:00
QtPublicSbomSystemDepHelpers.cmake Use `_qt_internal_dealias_target` 2025-03-06 22:09:06 +01:00
QtPublicTargetHelpers.cmake Use `_qt_internal_dealias_target` 2025-03-06 22:09:06 +01:00
QtPublicTestHelpers.cmake Fixup: Add `*_check` build targets for auto cmake tests 2025-01-07 18:44:19 +01:00
QtPublicToolHelpers.cmake Fix restoring of CMake environment in _qt_internal_execute_proccess_in_qt_env 2025-01-02 22:25:47 +01:00
QtPublicWalkLibsHelpers.cmake CMake: Skip walking empty targets in __qt_internal_walk_libs() 2025-04-25 18:14:24 +02:00
QtPublicWasmToolchainHelpers.cmake wasm: Update Emscripten to 3.1.70 2025-01-27 07:47:59 +00:00
QtPublicWindowsHelpers.cmake Fix header generation issue with multiple qt6_add_win_app_sdk calls 2025-03-13 19:59:06 +01:00
QtQmakeHelpers.cmake Avoid using the PROJECT_VERSION_MAJOR as the HostInfo variable prefix 2025-03-24 12:02:20 +01:00
QtResourceHelpers.cmake Consider the main target flags related properties when building object libraries 2024-09-12 12:03:37 +02:00
QtRpathHelpers.cmake CMake: Don't add default rpaths to qt qml plugins when requested 2024-03-05 12:59:21 +01:00
QtSanitizerHelpers.cmake Allow disabling sanitizers for specific subdirectories 2024-01-17 10:59:04 +01:00
QtSbomHelpers.cmake CMake: Add internal API to check if json SBOM generation deps are met 2025-02-17 10:56:34 +01:00
QtScopeFinalizerHelpers.cmake CMake: Move separate debug info handling to an executable finalizer 2024-11-14 18:28:32 +01:00
QtSeparateDebugInfo.Info.plist.in Change license for .in files 2024-03-05 12:59:21 +01:00
QtSeparateDebugInfo.cmake Remove quotation marks from objcopy call parameter for QNX 2025-01-22 13:57:18 +02:00
QtSetup.cmake CMake: Split and refactor QtSetup.cmake 2023-11-27 19:53:42 +01:00
QtSimdHelpers.cmake CMake: Don't process SIMD OSX_ARCHITECTURES on non-Apple platforms 2024-10-01 10:54:19 +02:00
QtSingleRepoTargetSetBuildHelpers.cmake
QtStandaloneTestsConfig.cmake.in Change license for .in files 2024-03-05 12:59:21 +01:00
QtSyncQtHelpers.cmake Teach syncqt to look for module headers in install path 2025-03-27 01:35:43 +01:00
QtTargetHelpers.cmake Avoid using the PROJECT_VERSION_MAJOR as the HostInfo variable prefix 2025-03-24 12:02:20 +01:00
QtTestHelpers.cmake CMake: Prefer target arch qmltestrunner when searching for it 2025-05-28 11:35:07 +02:00
QtToolHelpers.cmake Avoid using the PROJECT_VERSION when accessing the HostInfo package variables 2025-03-21 12:55:49 +01:00
QtToolchainHelpers.cmake CMake: Automatically detect single arch macOS cross-compilation 2024-08-23 16:51:57 +02:00
QtTransitiveExtras.cmake.in Introduce Qt<Module>TransitiveExtras.cmake for Qt modules 2025-05-31 00:44:07 +02:00
QtUnityBuildHelpers.cmake CMake: Fix unity build for qtgraphs 2024-01-23 19:08:23 +01:00
QtVersionlessAliasTargets.cmake.in "Simplify" versionless targets 2024-03-12 20:27:42 +01:00
QtVersionlessTargets.cmake.in "Simplify" versionless targets 2024-03-12 20:27:42 +01:00
QtWasmHelpers.cmake wasm: Link with FETCH library only for MAIN_MODULE 2024-12-12 10:05:28 +00:00
QtWindowsHelpers.cmake Fixup minimum MSVC version check when configuring Qt 2025-01-06 09:28:41 +00:00
QtWrapperScriptHelpers.cmake CMake:Android: add wrapper scripts to easily run apps 2024-10-16 20:40:08 +03:00
QtWriteArgsFile.cmake CMake: Generate a config.redo script in per-repo build dirs 2024-07-30 16:12:19 +02:00
README.md Android: bump min supported SDK to 28 (Android 9) 2024-05-23 10:26:20 +03:00
configure-cmake-mapping.md CMake: map more -sanitize options in the doc 2025-03-05 20:47:10 +01:00
modulecppexports.h.in QByteArray/QList/QString: mark isEmpty() and isNull() constexpr 2025-02-13 18:06:28 -08:00
qbatchedtestrunner.in.cpp Correct license for qbatchedtestrunner.in.cpp file 2024-03-12 12:38:56 +01:00
qt-internal-config.redo.bat.in CMake: Generate a config.redo script in per-repo build dirs 2024-07-30 16:12:19 +02:00
qt-internal-config.redo.in CMake: Generate a config.redo script in per-repo build dirs 2024-07-30 16:12:19 +02:00
qt.toolchain.cmake.in [vcpkg] Fix the chainloading of the platform specific toolchain files 2025-02-10 22:52:51 +00:00

README.md

Overview

This document gives an overview of the Qt 6 build system. For a hands-on guide on how to build Qt 6, see https://doc.qt.io/qt-6/build-sources.html and https://wiki.qt.io/Building_Qt_6_from_Git

Contributing

See qtbase/cmake/CODESTYLE.md for the code style you should follow when contributing to Qt's cmake files.

CMake Versions

  • You need CMake 3.16.0 or later for most platforms (due to new AUTOMOC json feature).
  • You need CMake 3.17.0 to build Qt for iOS with the simulator_and_device feature.
  • You need CMake 3.17.0 + Ninja to build Qt in debug_and_release mode on Windows / Linux.
  • You need CMake 3.18.0 + Ninja to build Qt on macOS in debug_and_release mode when using frameworks.
  • You need CMake 3.18.0 in user projects that use a static Qt together with QML (cmake_language EVAL is required for running the qmlimportscanner deferred finalizer)
  • You need CMake 3.19.0 in user projects to use automatic deferred finalizers (automatic calling of qt_finalize_target)
  • You need CMake 3.21.0 in user projects that create user libraries that link against a static Qt with a linker that is not capable to resolve circular dependencies between libraries (GNU ld, MinGW ld)

Changes to Qt 5

The build system of Qt 5 was done on top of qmake. Qt 6 is built with CMake.

This offered an opportunity to revisit other areas of the build system, too:

  • The Qt 5 build system allowed to build host tools during a cross-compilation run. Qt 6 requires you to build a Qt for your host machine first and then use the platform tools from that version. The decision to do this was reached independent of cmake: This does save resources on build machines as the host tools will only get built once.

  • For now Qt still ships and builds bundled 3rd party code, due to time constraints on getting all the necessary pieces together in order to remove the bundled code (changes are necessary not only in the build system but in other parts of the SDK like the Qt Installer).

  • There is less need for bootstrapping. Only moc and rcc (plus the lesser known tracegen and qfloat16-tables) are linking against the bootstrap Qt library. Everything else can link against the full QtCore. This does include qmake. qmake is supported as a build system for applications using Qt going forward and will not go away anytime soon.

Building against homebrew on macOS

You may use brew to install dependencies needed to build QtBase.

  • Install homebrew: /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  • Build Qt dependencies: brew install pcre2 harfbuzz freetype
  • Install cmake: brew install cmake
  • When running cmake in qtbase, pass -DFEATURE_pkg_config=ON together with -DCMAKE_PREFIX_PATH=/usr/local, or -DCMAKE_PREFIX_PATH=/opt/homebrew if you have a Mac with Apple Silicon.

Building

The basic way of building with cmake is as follows:

    cd {build directory}
    cmake -DCMAKE_INSTALL_PREFIX=/path/where/to/install {path to source directory}
    cmake --build .
    cmake --install .

The mapping of configure options to CMake arguments is described here.

You need one build directory per Qt module. The build directory can be a sub-directory inside the module qtbase/build or an independent directory qtbase_build. The installation prefix is chosen when running cmake by passing -DCMAKE_INSTALL_PREFIX. To build more than one Qt module, make sure to pass the same install prefix.

cmake --build and cmake --install are simple wrappers around the basic build tool that CMake generated a build system for. It works with any supported build backend supported by cmake, but you can also use the backend build tool directly, e.g. by running make.

CMake has a ninja backend that works quite well and is noticeably faster (and more featureful) than make, so you may want to use that:

    cd {build directory}
    cmake -GNinja -DCMAKE_INSTALL_PREFIX=/path/where/to/install {path to source directory}
    cmake --build .
    cmake --install .

You can look into the generated build.ninja file if you're curious and you can also build targets directly, such as ninja lib/libQt6Core.so.

Make sure to remove CMakeCache.txt if you forgot to set the CMAKE_INSTALL_PREFIX on the first configuration, otherwise a second re-configuration will not pick up the new install prefix.

You can use cmake-gui {path to build directory} or ccmake {path to build directory} to configure the values of individual cmake variables or Qt features. After changing a value, you need to choose the configure step (usually several times:-/), followed by the generate step (to generate makefiles/ninja files).

Developer Build

When working on Qt itself, it can be tedious to wait for the install step. In that case you want to use the developer build option, to get as many auto tests enabled and no longer be required to make install:

    cd {build directory}
    cmake -GNinja -DFEATURE_developer_build=ON {path to source directory}
    cmake --build .
    # do NOT make install

Specifying configure.json features on the command line

QMake defines most features in configure.json files, like -developer-build or -no-opengl.

In CMake land, we currently generate configure.cmake files from the configure.json files into the source directory next to them using the helper script path_to_qtbase_source/util/cmake/configurejson2cmake.py. They are checked into the repository. If the feature in configure.json has the name "dlopen", you can specify whether to enable or disable that feature in CMake with a -D flag on the CMake command line. So for example -DFEATURE_dlopen=ON or -DFEATURE_sql_mysql=OFF. Remember to convert all '-' to '_' in the feature name. At the moment, if you change a FEATURE flag's value, you have to remove the CMakeCache.txt file and reconfigure with CMake. And even then you might stumble on some issues when reusing an existing build, because of an automoc bug in upstream CMake.

Building with CCache

You can pass -DQT_USE_CCACHE=ON to make the build system look for ccache in your PATH and prepend it to all C/C++/Objective-C compiler calls. At the moment this is only supported for the Ninja and the Makefile generators.

Cross Compiling

Compiling for a target architecture that's different than the host requires one build of Qt for the host. This "host build" is needed because the process of building Qt involves the compilation of intermediate code generator tools, that in turn are called to produce source code that needs to be compiled into the final libraries. These tools are built using Qt itself and they need to run on the machine you're building on, regardless of the architecture you are targeting.

Build Qt regularly for your host system and install it into a directory of your choice using the CMAKE_INSTALL_PREFIX variable. You are free to disable the build of tests and examples by passing -DQT_BUILD_EXAMPLES=OFF and -DQT_BUILD_TESTS=OFF.

With this installation of Qt in place, which contains all tools needed, we can proceed to create a new build of Qt that is cross-compiled to the target architecture of choice. You may proceed by setting up your environment. The CMake wiki has further information how to do that at

https://gitlab.kitware.com/cmake/community/wikis/doc/cmake/CrossCompiling

Yocto based device SDKs come with an environment setup script that needs to be sourced in your shell and takes care of setting up environment variables and a cmake alias with a toolchain file, so that you can call cmake as you always do.

In order to make sure that Qt picks up the code generator tools from the host build, you need to pass an extra parameter to cmake:

    -DQT_HOST_PATH=/path/to/your/host_build

The specified path needs to point to a directory that contains an installed host build of Qt.

Cross Compiling for Android

In order to cross-compile Qt to Android, you need a host build (see instructions above) and an Android build. In addition, it is necessary to install the Android NDK.

The following CMake variables are required for an Android build:

  • ANDROID_SDK_ROOT must point to where the Android SDK is installed
  • CMAKE_TOOLCHAIN_FILE must point to the toolchain file that comes with the NDK
  • QT_HOST_PATH must point to a host installation of Qt

Call CMake with the following arguments: -DCMAKE_TOOLCHAIN_FILE=<path/to/ndk>/build/cmake/android.toolchain.cmake -DQT_HOST_PATH=/path/to/your/host/build -DANDROID_SDK_ROOT=<path/to/sdk> -DCMAKE_INSTALL_PREFIX=$INSTALL_PATH

The toolchain file is usually located below the NDK's root at "build/cmake/android.toolchain.cmake". Instead of specifying the toolchain file you may specify ANDROID_NDK_ROOT instead. This variable is exclusively used for auto-detecting the toolchain file.

In a recent SDK installation, the NDK is located in a subdirectory "ndk_bundle" below the SDK's root directory. In that situation you may omit ANDROID_NDK_ROOT and CMAKE_TOOLCHAIN_FILE.

If you don't supply the configuration argument -DANDROID_ABI=..., it will default to armeabi-v7a. To target other architectures, use one of the following values:

  • arm64: -DANDROID_ABI=arm64-v8a
  • x86: -DANDROID_ABI=x86
  • x86_64: -DANDROID_ABI=x86_64

By default we set the android API level to 28. Should you need to change this supply the following configuration argument to the above CMake call: -DANDROID_PLATFORM=android-${API_LEVEL}.

Cross compiling for iOS

In order to cross-compile Qt to iOS, you need a host macOS build.

When running cmake in qtbase, pass -DCMAKE_SYSTEM_NAME=iOS -DQT_HOST_PATH=/path/to/your/host/build -DCMAKE_INSTALL_PREFIX=$INSTALL_PATH

If you don't supply the configuration argument -DQT_APPLE_SDK=..., CMake will build a multi-arch simulator_and_device iOS build. To target another SDK / device type, use one of the following values:

  • iphonesimulator: -DQT_APPLE_SDK=iphonesimulator
  • iphoneos: -DQT_APPLE_SDK=iphoneos

Depending on what value you pass to -DQT_APPLE_SDK= a list of target architectures is chosen by default:

  • iphonesimulator: x86_64
  • iphoneos: arm64
  • simulator_and_device: arm64;x86_64

You can try choosing a different list of architectures by passing -DCMAKE_OSX_ARCHITECTURES=x86_64;i386. Note that if you choose different architectures compared to the default ones, the build might fail. Only do it if you know what you are doing.

Debugging CMake files

CMake allows specifying the --trace and --trace-expand options, which work like qmake -d -d: As the cmake code is evaluated, the values of parameters and variables is shown. This can be a lot of output, so you may want to redirect it to a file using the --trace-redirect=log.txt option.

Porting Help

We have some python scripts to help with the conversion from qmake to cmake. These scripts can be found in utils/cmake.

configurejson2cmake.py

This script converts all configure.json in the Qt repository to configure.cmake files for use with CMake. We want to generate configure.cmake files for the foreseeable future, so if you need to tweak the generated configure.cmake files, please tweak the generation script instead.

configurejson2cmake.py is run like this: util/cmake/configurejson2cmake.py . in the top-level source directory of a Qt repository.

pro2cmake.py

pro2cmake.py generates a skeleton CMakeLists.txt file from a .pro-file. You will need to polish the resulting CMakeLists.txt file, but e.g. the list of files, etc. should be extracted for you.

pro2cmake.py is run like this: path_to_qtbase_source/util/cmake/pro2cmake.py some.pro.

run_pro2cmake.py

`` A small helper script to run pro2cmake.py on all .pro-files in a directory. Very useful to e.g. convert all the unit tests for a Qt module over to cmake;-)

run_pro2cmake.py is run like this: path_to_qtbase_source/util/cmake/run_pro2cmake.py some_dir.

vcpkg support

The initial port used vcpkg to provide 3rd party packages that Qt requires.

At the moment the Qt CI does not use vcpkg anymore, and instead builds bundled 3rd party sources if no relevant system package is found.

While the supporting code for building with vcpkg is still there, it is not tested at this time.

How to convert certain constructs

qmake CMake
qtHaveModule(foo) if(TARGET Qt::foo)
qtConfig(foo) if (QT_FEATURE_foo)

Convenience Scripts

A Qt installation's bin directory contains a number of convenience scripts.

qt-cmake

This is a wrapper around the CMake executable which passes a Qt-internal CMAKE_TOOLCHAIN_FILE. Use this to build projects against the installed Qt.

To use a custom toolchain file, use -DQT_CHAINLOAD_TOOLCHAIN_FILE=<file path>.

qt-cmake-private

The same as qt-cmake, but in addition, sets the CMake generator to Ninja.

Example:

$ cd some/empty/directory
$ ~/Qt/6.0.0/bin/qt-cmake-private ~/source/of/qtdeclarative -DFEATURE_qml_network=OFF
$ cmake --build . && cmake --install .

qt-configure-module

Call the configure script for a single Qt module, doing a CMake build.

Example:

$ cd some/empty/directory
$ ~/Qt/6.0.0/bin/qt-configure-module ~/source/of/qtdeclarative -no-feature-qml-network
$ cmake --build . && cmake --install .

qt-cmake-standalone-test

Build a single standalone test outside the Qt build.

Example:

$ cd some/empty/directory
$ ~/Qt/6.0.0/bin/qt-cmake-standalone-test ~/source/of/qtbase/test/auto/corelib/io/qprocess
$ cmake --build .

qt-cmake-create

Generates a simple CMakeLists.txt based on source files in specified project directory.

Example:

$ cd some/source/directory/
$ qt-cmake-create
$ qt-cmake -S . -B /build/directory
$ cmake --build /build/directory