From 759488ae1aef3fcab5491083c96f1dbbc56f6d8e Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Mon, 27 Jan 2025 14:55:30 +0100 Subject: [PATCH] CMake: Reword QPlatformNativeInterface option --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1e23e7710..0611935e3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -367,7 +367,7 @@ if(APPLE OR WIN32) ) endif() -optional_component(QPA_QPLATFORMNATIVEINTERFACE ON "QPA Platform interface" +optional_component(QPA_QPLATFORMNATIVEINTERFACE ON "QPA Platform Native Interface" DEPENDS "Qt Gui Private" QT_GUI_PRIVATE_FOUND )