diff options
author | Samuel Rødal <samuel.rodal@nokia.com> | 2011-09-01 10:48:23 +0200 |
---|---|---|
committer | Gunnar Sletta <gunnar.sletta@nokia.com> | 2011-09-01 10:55:44 +0200 |
commit | a863eb1c7bbd5d40a741151f811bd7c62cf51e2d (patch) | |
tree | 345b415904e21245737d650b19f7a18214f88313 | |
parent | daf24b1b6489260798239d266a876607273cb11e (diff) | |
download | qtbase-a863eb1c7bbd5d40a741151f811bd7c62cf51e2d.tar.gz |
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>
-rw-r--r-- | tools/uilib/uilib.pri | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/uilib/uilib.pri b/tools/uilib/uilib.pri index 2072fbce8f..75904c2f66 100644 --- a/tools/uilib/uilib.pri +++ b/tools/uilib/uilib.pri @@ -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 \ |