Compile fix.

uilib includes QtGui and QtWidgets headers, so should explicitly add gui
and widgets in the .pri file.

Change-Id: I5f1e80d1379cb5389287df73d6070fd8ff712a3b
Reviewed-on: http://codereview.qt.nokia.com/4055
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com>
This commit is contained in:
Samuel Rødal 2011-09-01 10:48:23 +02:00 committed by Gunnar Sletta
parent daf24b1b64
commit a863eb1c7b

View File

@ -4,6 +4,8 @@ INCLUDEPATH += $$PWD
DEFINES += QT_DESIGNER
!contains(QT_CONFIG, script): DEFINES += QT_FORMBUILDER_NO_SCRIPT
QT += gui widgets
# Input
HEADERS += \
$$PWD/ui4_p.h \