summaryrefslogtreecommitdiffstats
path: root/examples/qpa
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2011-06-10 10:03:29 +0200
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>2011-06-10 10:04:22 +0200
commit288bf483886c8affb6800bfa872fb974ab2c2d23 (patch)
treeba12bc7ca2e73995c9d7c328692cb4468a64f10f /examples/qpa
parent2aeefdddc12f1f969e28e732d3b1874caa918db9 (diff)
idc: Do not link against QtGui.
(which throws off the build order).
Diffstat (limited to 'examples/qpa')
-rw-r--r--examples/qpa/windows/windows.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qpa/windows/windows.pro b/examples/qpa/windows/windows.pro
index bfda6f3104..ab59f28a3e 100644
--- a/examples/qpa/windows/windows.pro
+++ b/examples/qpa/windows/windows.pro
@@ -6,7 +6,7 @@ TEMPLATE = app
TARGET =
DEPENDPATH += .
INCLUDEPATH += .
-
+CONFIG+=console
QT += gui-private
QT += core-private