projects
/
profile
/
ivi
/
qtbase.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
542c0d3
)
Remove QT += uilib from designer.prf
author
Bradley T. Hughes
<bradley.hughes@nokia.com>
Tue, 20 Mar 2012 07:31:43 +0000
(08:31 +0100)
committer
Qt by Nokia
<qt-info@nokia.com>
Tue, 20 Mar 2012 10:44:09 +0000
(11:44 +0100)
No Qt module named uilib exists.
Change-Id: Icb5916c27440257696e5103f0d61dc05e4d7bb9f
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
mkspecs/features/designer.prf
patch
|
blob
|
history
diff --git
a/mkspecs/features/designer.prf
b/mkspecs/features/designer.prf
index
843a118
..
a03f146
100644
(file)
--- a/
mkspecs/features/designer.prf
+++ b/
mkspecs/features/designer.prf
@@
-1,4
+1,4
@@
-QT += xml
uilib
+QT += xml
!isEmpty(QT.script.name): QT += script
!isEmpty(QT.designer.name): QT += designer
qt:load(qt)