idc: Do not link against QtGui.

(which throws off the build order).
This commit is contained in:
Friedemann Kleint 2011-06-10 10:03:29 +02:00
parent 2aeefdddc1
commit 288bf48388
2 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,7 @@ TEMPLATE = app
TARGET =
DEPENDPATH += .
INCLUDEPATH += .
CONFIG+=console
QT += gui-private
QT += core-private

View File

@ -6,6 +6,8 @@ build_all:!build_pass {
CONFIG += release
}
QT -= gui
DESTDIR = ../../../bin
SOURCES = main.cpp