~nick-dedekind/ubuntu-ui-toolkit/actionItem-mnemonics

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/Themes/SuruDark/SuruDarkModule.pro

  • Committer: Benjamin Zeller
  • Date: 2015-05-18 09:53:55 UTC
  • mto: (1000.552.12 staging)
  • mto: This revision was merged to the branch mainline in revision 1207.
  • Revision ID: benjamin.zeller@canonical.com-20150518095355-w742gzqk2xt2cmpv
- Work on using the qt macros to build the project

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
TEMPLATE = aux
2
 
CONFIG+=ubuntu_qml_module
3
 
 
4
 
uri = Ubuntu.Components.Themes.SuruDark
5
 
installPath = $$[QT_INSTALL_QML]/$$replace(uri, \\., /)
6
 
 
7
 
PARENT_THEME_FILE = parent_theme
8
 
QMLDIR_FILE = qmldir
9
 
ARTWORK_FILES += artwork/*.png \
10
 
                 artwork/*.svg \
11
 
                 artwork/*.sci
12
 
 
13
 
parent_theme_file.installPath = $$installPath
14
 
parent_theme_file.files = $$PARENT_THEME_FILE
15
 
 
16
 
qmldir_file.installPath = $$installPath
17
 
qmldir_file.files = $$QMLDIR_FILE
18
 
 
19
 
artwork_files.installPath = $$installPath/artwork
20
 
artwork_files.files = $$ARTWORK_FILES
21
 
 
22
 
UBUNTU_QML_MODULE_FILES += parent_theme_file qmldir_file artwork_files