From 288bf483886c8affb6800bfa872fb974ab2c2d23 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Fri, 10 Jun 2011 10:03:29 +0200 Subject: [PATCH] idc: Do not link against QtGui. (which throws off the build order). --- examples/qpa/windows/windows.pro | 2 +- src/tools/idc/idc.pro | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- 2.7.4