projects
/
profile
/
ivi
/
qtdeclarative.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
daf671b
)
fix the build order error
author
Charles Yin
<charles.yin@nokia.com>
Fri, 20 May 2011 03:12:52 +0000
(13:12 +1000)
committer
Charles Yin
<charles.yin@nokia.com>
Fri, 20 May 2011 03:12:52 +0000
(13:12 +1000)
Change-Id: I4b25a67462908367155fee3b104546c94db01b70
src/src.pro
patch
|
blob
|
history
diff --git
a/src/src.pro
b/src/src.pro
index
e8f77e6
..
1f47672
100644
(file)
--- a/
src/src.pro
+++ b/
src/src.pro
@@
-1,5
+1,5
@@
TEMPLATE = subdirs
CONFIG += ordered
-SUBDIRS += declarative plugins
imports
+SUBDIRS += declarative plugins
contains(QT_CONFIG, qmltest): SUBDIRS += qmltest
-
+SUBDIRS += imports