Examples: QPA window example does not require widgets.

This commit is contained in:
Friedemann Kleint 2011-05-30 15:08:33 +02:00
parent 80d69dc984
commit dc01995397
2 changed files with 2 additions and 3 deletions

View File

@ -6,4 +6,3 @@ target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qpa
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS qpa.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qpa
INSTALLS += target sources
QT += widgets

View File

@ -7,8 +7,8 @@ TARGET =
DEPENDPATH += .
INCLUDEPATH += .
QT += gui-private widgets
QT += core-private widgets
QT += gui-private
QT += core-private
# Input
HEADERS += window.h