forked from qt-creator/qt-creator
qml2puppet: fix QT_VERSION_MAJOR is empty in single builds
Task-number: QDS-10640 Change-Id: I02d384337218070b2f934de0bd85bc93e7cb85ca Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -17,7 +17,7 @@ if (NOT QT_CREATOR_API_DEFINED)
|
||||
include(QtCreatorIDEBranding)
|
||||
include(QtCreatorAPI)
|
||||
|
||||
find_package(Qt${QT_VERSION_MAJOR}
|
||||
find_package(Qt6
|
||||
COMPONENTS Concurrent Core Gui Network PrintSupport Qml Quick Sql Widgets Xml
|
||||
REQUIRED
|
||||
)
|
||||
|
Reference in New Issue
Block a user