diff options
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 095c6aac..6649dfcc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,6 +16,7 @@ project(QtWayland # special case find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals ) +qt_internal_project_setup() if(NOT MACOS AND NOT QNX AND (ANDROID OR NOT LINUX)) message(NOTICE "Skipping the build as the condition \"LINUX OR MACOS OR QNX\" is not met.") |