summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2011-05-30 15:08:33 +0200
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>2011-05-30 15:08:33 +0200
commitdc01995397e8dda7d08e15f0b93131678188bbef (patch)
tree7301b6acbbb5ae6914aa73e33001841e6b290f41 /examples
parent80d69dc984e9a888be5f402e229094f6f075d86d (diff)
Examples: QPA window example does not require widgets.
Diffstat (limited to 'examples')
-rw-r--r--examples/qpa/qpa.pro1
-rw-r--r--examples/qpa/windows/windows.pro4
2 files changed, 2 insertions, 3 deletions
diff --git a/examples/qpa/qpa.pro b/examples/qpa/qpa.pro
index c0e26072a0..b1b4428c23 100644
--- a/examples/qpa/qpa.pro
+++ b/examples/qpa/qpa.pro
@@ -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
diff --git a/examples/qpa/windows/windows.pro b/examples/qpa/windows/windows.pro
index f898f5130f..bfda6f3104 100644
--- a/examples/qpa/windows/windows.pro
+++ b/examples/qpa/windows/windows.pro
@@ -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