Commit 14ab9bd1 authored by eekkelund's avatar eekkelund

[Packaging] Fix qml file paths

parent f32b4279
......@@ -67,8 +67,8 @@ SOURCES += \
target.path = $$[QT_INSTALL_QML]/$$PLUGIN_IMPORT_PATH
qmlfiles.files = $$files($$_PRO_FILE_PWD_/*.qml,false)
qmlfiles.files += $$_PRO_FILE_PWD_/qmldir
qmlfiles.files = $$files($$_PRO_FILE_PWD_/qml/*.qml,false)
qmlfiles.files += $$_PRO_FILE_PWD_/qml/qmldir
qmlfiles.path = $$[QT_INSTALL_QML]/$$PLUGIN_IMPORT_PATH
dialogs.files = $$files($$_PRO_FILE_PWD_/qml/dialogs/*.qml,false)
......
......@@ -50,8 +50,8 @@ keyboard.path = $$[QT_INSTALL_QML]/QtQuick/VirtualKeyboard/Styles/Nemo
target.path = $$[QT_INSTALL_QML]/$$PLUGIN_IMPORT_PATH
qmlfiles.files = $$files($$_PRO_FILE_PWD_/*.qml,false)
qmlfiles.files += $$_PRO_FILE_PWD_/qmldir
qmlfiles.files = $$files($$_PRO_FILE_PWD_/qml/*.qml,false)
qmlfiles.files += $$_PRO_FILE_PWD_/qml/qmldir
qmlfiles.path = $$[QT_INSTALL_QML]/$$PLUGIN_IMPORT_PATH
themes.files = $$files($$_PRO_FILE_PWD_/themes/*.json,false)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment