diff options
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 31a0d2e7..4772bb48 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -3,18 +3,6 @@ qt_feature_evaluate_features("${CMAKE_CURRENT_SOURCE_DIR}/common-lib/configure.c set(QT_SBOM_DEFAULT_QT_LICENSE_ID_LIBRARIES "QT_COMMERCIAL_OR_GPL3") -# Workaround for boot2qt to successfully build, until someone can figure out -# why it doesn't like the tools from being excluded. -if(NOT QT_APPMAN_SKIP_EXCLUDE_TOOLS_FROM_DEFAULT_TARGET) - qt_exclude_tool_directories_from_default_target( - tools/appman - tools/testrunner - tools/controller - tools/launcher-qml - tools/package-server - ) -endif() - add_subdirectory(3rdparty) add_subdirectory(wayland-extensions) add_subdirectory(dbus-interfaces) |