projects
/
platform
/
upstream
/
qtdeclarative.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd30bc1
)
Don't link v4 against QtGui
author
Simon Hausmann
<simon.hausmann@digia.com>
Thu, 31 Jan 2013 06:21:19 +0000
(07:21 +0100)
committer
Lars Knoll
<lars.knoll@digia.com>
Thu, 31 Jan 2013 07:29:07 +0000
(08:29 +0100)
The QT variable defaults to core and gui it seems, but we don't
need the latter.
Change-Id: I355d2ab5fb42da4eeaebb6a41ed638203d11650a
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
src/v4/v4.pro
patch
|
blob
|
history
diff --git
a/src/v4/v4.pro
b/src/v4/v4.pro
index
e2987da
..
fb7ea80
100644
(file)
--- a/
src/v4/v4.pro
+++ b/
src/v4/v4.pro
@@
-1,5
+1,6
@@
TARGET = QtV4
QT_PRIVATE = core-private qmldevtools-private
+QT = core
CONFIG += internal_module