~oxide-developers/oxide/1.2

« back to all changes in this revision

Viewing changes to oxideqt.pro

  • Committer: Chris Coulson
  • Date: 2013-09-20 16:15:38 UTC
  • Revision ID: chris.coulson@canonical.com-20130920161538-226h45wr4cdy9rx8
Add a gyp qmake module

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
TEMPLATE = subdirs
2
2
CONFIG += ordered
3
3
 
4
 
oxidegyp.file = qt/gyp.pro
5
 
SUBDIRS += oxidegyp
 
4
lib.file = qt/lib/lib.pro
 
5
SUBDIRS += lib
 
6
 
 
7
renderer.file = qt/renderer/renderer.pro
 
8
SUBDIRS += renderer
 
9
 
 
10
sandbox.file = qt/sandbox/sandbox.pro
 
11
SUBDIRS += sandbox
6
12
 
7
13
qmlplugin.file = qt/qmlplugin/qmlplugin.pro
8
14
SUBDIRS += qmlplugin
9
15
 
10
 
install.file = qt/install.pro
11
 
SUBDIRS += install
12
 
 
13
16
qmltests.file = qt/tests/qmltests/qmltests.pro
14
17
SUBDIRS += qmltests
 
18
 
 
19
QMAKE_CLEAN += -r \
 
20
    $${OXIDE_SRC_ROOT}/Makefile.oxide \
 
21
    `find $$OXIDE_SRC_ROOT -name \"*.target.oxide.mk\"` \
 
22
    $$CHROMIUM_OUT_DIR