Commit cbeb5326 authored by Sergey Chupligin's avatar Sergey Chupligin

Move qml files to separate dir

parent 09c62c40
...@@ -7,24 +7,24 @@ THEME_IMPORT_PATH = QtQuick/Controls/Styles/Nemo/themes ...@@ -7,24 +7,24 @@ THEME_IMPORT_PATH = QtQuick/Controls/Styles/Nemo/themes
# Added/Reimplemented Controls # Added/Reimplemented Controls
QML_FILES += \ QML_FILES += \
Button.qml \ qml/Button.qml \
ApplicationWindow.qml \ qml/ApplicationWindow.qml \
Page.qml \ qml/Page.qml \
Spinner.qml \ qml/Spinner.qml \
Label.qml \ qml/Label.qml \
Checkbox.qml\ qml/Checkbox.qml\
ButtonRow.qml \ qml/ButtonRow.qml \
QueryDialog.qml \ qml/QueryDialog.qml \
Header.qml \ qml/Header.qml \
HeaderToolsLayout.qml \ qml/HeaderToolsLayout.qml \
Slider.qml\ qml/Slider.qml\
ListView.qml \ qml/ListView.qml \
ListViewItemWithActions.qml\ qml/ListViewItemWithActions.qml\
GlacierRoller.qml \ qml/GlacierRoller.qml \
GlacierRollerItem.qml \ qml/GlacierRollerItem.qml \
InverseMouseArea.qml \ qml/InverseMouseArea.qml \
IconButton.qml \ qml/IconButton.qml \
DatePicker.qml qml/DatePicker.qml
OTHER_FILES += qmldir \ OTHER_FILES += qmldir \
$$QML_FILES $$QML_FILES
...@@ -55,8 +55,8 @@ SOURCES += \ ...@@ -55,8 +55,8 @@ SOURCES += \
target.path = $$[QT_INSTALL_QML]/$$PLUGIN_IMPORT_PATH target.path = $$[QT_INSTALL_QML]/$$PLUGIN_IMPORT_PATH
qmlfiles.files = $$_PRO_FILE_PWD_/*.qml qmlfiles.files = $$_PRO_FILE_PWD_/qml/*.qml
qmlfiles.files += $$_PRO_FILE_PWD_/qmldir qmlfiles.files += $$_PRO_FILE_PWD_/qml/qmldir
qmlfiles.path = $$[QT_INSTALL_QML]/$$PLUGIN_IMPORT_PATH qmlfiles.path = $$[QT_INSTALL_QML]/$$PLUGIN_IMPORT_PATH
images.files = $$_PRO_FILE_PWD_/images images.files = $$_PRO_FILE_PWD_/images
......
...@@ -8,26 +8,26 @@ QT+=qml ...@@ -8,26 +8,26 @@ QT+=qml
# Styles # Styles
QML_FILES = \ QML_FILES = \
ButtonStyle.qml \ qml/ButtonStyle.qml \
CheckBoxStyle.qml \ qml/CheckBoxStyle.qml \
ComboBoxStyle.qml \ qml/ComboBoxStyle.qml \
FocusFrameStyle.qml \ qml/FocusFrameStyle.qml \
GrooveStyle.qml \ qml/GrooveStyle.qml \
GroupBoxStyle.qml \ qml/GroupBoxStyle.qml \
MenuBarStyle.qml \ qml/MenuBarStyle.qml \
MenuStyle.qml \ qml/MenuStyle.qml \
ProgressBarStyle.qml \ qml/ProgressBarStyle.qml \
RadioButtonStyle.qml \ qml/RadioButtonStyle.qml \
ScrollViewStyle.qml\ qml/ScrollViewStyle.qml\
SliderStyle.qml \ qml/SliderStyle.qml \
SpinBoxStyle.qml \ qml/SpinBoxStyle.qml \
StatusBarStyle.qml \ qml/StatusBarStyle.qml \
TableViewStyle.qml \ qml/TableViewStyle.qml \
TabViewStyle.qml \ qml/TabViewStyle.qml \
TextFieldStyle.qml \ qml/TextFieldStyle.qml \
ToolBarStyle.qml \ qml/ToolBarStyle.qml \
ToolButtonStyle.qml \ qml/ToolButtonStyle.qml \
IconButtonStyle.qml qml/IconButtonStyle.qml
# Images # Images
QML_FILES += \ QML_FILES += \
...@@ -64,8 +64,8 @@ OTHER_FILES += qmldir \ ...@@ -64,8 +64,8 @@ OTHER_FILES += qmldir \
target.path = $$[QT_INSTALL_QML]/$$PLUGIN_IMPORT_PATH target.path = $$[QT_INSTALL_QML]/$$PLUGIN_IMPORT_PATH
qmlfiles.files = $$_PRO_FILE_PWD_/*.qml qmlfiles.files = $$_PRO_FILE_PWD_/qml/*.qml
qmlfiles.files += $$_PRO_FILE_PWD_/qmldir qmlfiles.files += $$_PRO_FILE_PWD_/qml/qmldir
qmlfiles.path = $$[QT_INSTALL_QML]/$$PLUGIN_IMPORT_PATH qmlfiles.path = $$[QT_INSTALL_QML]/$$PLUGIN_IMPORT_PATH
themes.files = $$_PRO_FILE_PWD_/themes/*.json themes.files = $$_PRO_FILE_PWD_/themes/*.json
......
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