forked from qt-creator/qt-creator
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user