build: kill off the QT_GUI define
This commit is contained in:
parent
34994ebcb0
commit
6887bb9ad7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue