summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Strømme <christian.stromme@digia.com>2014-10-20 13:26:15 +0200
committerChristian Stromme <christian.stromme@digia.com>2014-10-20 16:09:50 +0200
commit34bcfabc4e185b9798f54851724ba06e2cdc7151 (patch)
tree43065828ca56ddd3cedb7dc7082d06641e3cdda8
parent319b1ff68a858fdd6d9adda14195ad8f03ac6ee5 (diff)
Make "imports" depend on "webview".
We need to make sure that we build the webview sub-project first. Change-Id: Id0db97b945188aa508df4892bd9e3a918fd5bf87 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>
-rw-r--r--src/src.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/src.pro b/src/src.pro
index 6b79cb3..2a54287 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -1,3 +1,4 @@
TEMPLATE = subdirs
SUBDIRS += webview imports
+imports.depends = webview
android: SUBDIRS += jar