~zsombi/ubuntu-ui-toolkit/contextualActions

« back to all changes in this revision

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

  • Committer: Tarmac
  • Author(s): Benjamin Zeller, Zoltán Balogh
  • Date: 2015-07-24 09:01:25 UTC
  • mfrom: (1504.7.46 qtmacros)
  • Revision ID: tarmac-20150724090125-5pthljorv8wg7e36
Make use of the official qt build macros to blend into the Qt buildprocess.

Approved by PS Jenkins bot, Zoltan Balogh.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
TEMPLATE=aux
2
 
 
3
 
CONFIG+=ubuntu_qml_module
4
 
 
5
 
uri = Ubuntu.Components.Themes.SuruDark
6
 
installPath = $$[QT_INSTALL_QML]/$$replace(uri, \\., /)/1.3
7
 
 
8
 
QML_FILES = *.qml
9
 
 
10
 
qml_files.installPath = $$installPath
11
 
qml_files.files = $$QML_FILES
12
 
 
13
 
UBUNTU_QML_MODULE_FILES += qml_files
14