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