From 288bf483886c8affb6800bfa872fb974ab2c2d23 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Fri, 10 Jun 2011 10:03:29 +0200 Subject: idc: Do not link against QtGui. (which throws off the build order). --- examples/qpa/windows/windows.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/qpa') 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 -- cgit v1.2.3