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:
parent
daf24b1b64
commit
a863eb1c7b
@ -4,6 +4,8 @@ INCLUDEPATH += $$PWD
|
|||||||
DEFINES += QT_DESIGNER
|
DEFINES += QT_DESIGNER
|
||||||
!contains(QT_CONFIG, script): DEFINES += QT_FORMBUILDER_NO_SCRIPT
|
!contains(QT_CONFIG, script): DEFINES += QT_FORMBUILDER_NO_SCRIPT
|
||||||
|
|
||||||
|
QT += gui widgets
|
||||||
|
|
||||||
# Input
|
# Input
|
||||||
HEADERS += \
|
HEADERS += \
|
||||||
$$PWD/ui4_p.h \
|
$$PWD/ui4_p.h \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user