build: kill off the QT_GUI define

This commit is contained in:
Cory Fields 2013-05-26 14:19:04 -04:00
parent 34994ebcb0
commit 6887bb9ad7
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ VERSION = 0.8.2
INCLUDEPATH += src src/json src/qt
QT += core gui network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
DEFINES += QT_GUI BOOST_THREAD_USE_LIB BOOST_SPIRIT_THREADSAFE
DEFINES += BOOST_THREAD_USE_LIB BOOST_SPIRIT_THREADSAFE
CONFIG += no_include_pwd
CONFIG += thread