From: Friedemann Kleint Date: Fri, 10 Jun 2011 08:03:29 +0000 (+0200) Subject: idc: Do not link against QtGui. X-Git-Tag: qt-v5.0.0-alpha1~3626^2~360 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=288bf483886c8affb6800bfa872fb974ab2c2d23;p=profile%2Fivi%2Fqtbase.git idc: Do not link against QtGui. (which throws off the build order). --- diff --git a/examples/qpa/windows/windows.pro b/examples/qpa/windows/windows.pro index bfda6f3..ab59f28 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 diff --git a/src/tools/idc/idc.pro b/src/tools/idc/idc.pro index c33de67..5338ffb 100644 --- a/src/tools/idc/idc.pro +++ b/src/tools/idc/idc.pro @@ -6,6 +6,8 @@ build_all:!build_pass { CONFIG += release } +QT -= gui + DESTDIR = ../../../bin SOURCES = main.cpp