CMake: Reword QPlatformNativeInterface option

This commit is contained in:
Jonas Kvinge 2025-01-27 14:55:30 +01:00
parent 055cb413c9
commit 759488ae1a

View File

@ -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
)