~macslow/ubuntu-ui-toolkit/green-darkgrey-gradient

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/Themes/Ambiance/Ambiance.pro

Moved themes under Ubuntu/Components/Themes*

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
TEMPLATE = subdirs
 
2
 
 
3
uri = Ubuntu.Components.Themes.Ambiance
 
4
installPath = $$[QT_INSTALL_QML]/$$replace(uri, \\., /)
 
5
 
 
6
QMLDIR_FILE = qmldir
 
7
QML_FILES = *.qml
 
8
ARTWORK_FILES += artwork/*.png \
 
9
                 artwork/*.sci
 
10
 
 
11
qmldir_file.path = $$installPath
 
12
qmldir_file.files = $$QMLDIR_FILE
 
13
 
 
14
qml_files.path = $$installPath
 
15
qml_files.files = $$QML_FILES
 
16
 
 
17
artwork_files.path = $$installPath/artwork
 
18
artwork_files.files = $$ARTWORK_FILES
 
19
 
 
20
 
 
21
INSTALLS += qmldir_file qml_files artwork_files
 
22
OTHER_FILES += $$QMLDIR_FILE $$QML_FILES $$ARTWORK_FILES