StudioWelcome: properly deploy welcome Qml module

...by also adding files without extensions (qmldir)

Change-Id: Ibe86e84b1b9f7237cee1d2a9149bf90555ca3a6b
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
Alessandro Portale
2020-02-24 18:40:37 +01:00
parent cc857390f8
commit 4ba24500aa

View File

@@ -3,7 +3,7 @@ set(qmlQrcFile "${CMAKE_CURRENT_BINARY_DIR}/StudioWelcome_qml.qrc")
qtc_glob_resources(
QRC_FILE "${qmlQrcFile}"
ROOT "${CMAKE_CURRENT_SOURCE_DIR}"
GLOB "qml/*.*"
GLOB "qml/*"
)
add_qtc_plugin(StudioWelcome