idc: Do not link against QtGui.
(which throws off the build order).
This commit is contained in:
parent
2aeefdddc1
commit
288bf48388
@ -6,7 +6,7 @@ TEMPLATE = app
|
||||
TARGET =
|
||||
DEPENDPATH += .
|
||||
INCLUDEPATH += .
|
||||
|
||||
CONFIG+=console
|
||||
QT += gui-private
|
||||
QT += core-private
|
||||
|
||||
|
@ -6,6 +6,8 @@ build_all:!build_pass {
|
||||
CONFIG += release
|
||||
}
|
||||
|
||||
QT -= gui
|
||||
|
||||
DESTDIR = ../../../bin
|
||||
|
||||
SOURCES = main.cpp
|
||||
|
Loading…
x
Reference in New Issue
Block a user