Added module CONFIG to uitools.
This seems to be necessary for installing, and has no side effects that I can tell. Change-Id: Ic778b8a3937621ddd401ddd83d05831460db8f39 Task: QTBUG-19585 Reviewed-on: http://codereview.qt.nokia.com/236 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
This commit is contained in:
parent
ff65077074
commit
ec5cdf9c5d
@ -3,7 +3,8 @@ TEMPLATE = lib
|
||||
TARGET = $$qtLibraryTarget(QtUiTools)
|
||||
QT = core xml
|
||||
|
||||
CONFIG += qt staticlib # Not adding module here, since the module pri's are only used for building
|
||||
CONFIG += qt staticlib module
|
||||
MODULE = uitools
|
||||
MODULE_PRI = ../modules/qt_uitools.pri \
|
||||
../modules/qt_uilib.pri
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user