forked from qt-creator/qt-creator
debugger: remove QtGui dependency from debugging helpers
It was only used for the watch-QImage-while-it-is-being-drawn-on feature, which does not seem overly useful.
This commit is contained in:
@@ -14,5 +14,13 @@ CONFIG += debug
|
||||
QMAKE_CXXFLAGS *= -O2
|
||||
}
|
||||
|
||||
true {
|
||||
DEFINES += USE_QT_GUI=0
|
||||
QT = core
|
||||
} else {
|
||||
DEFINES += USE_QT_GUI=1
|
||||
QT = core gui
|
||||
}
|
||||
|
||||
SOURCES += ../../../share/qtcreator/gdbmacros/gdbmacros.cpp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user