Add Inspection support to the runtime when built in debug mode.

This commit is contained in:
Neel Patel
2016-05-19 09:33:00 -04:00
committed by Dave Page
parent 9a832086c5
commit 7b2e4fb467
3 changed files with 20 additions and 0 deletions

View File

@@ -7,6 +7,11 @@ greaterThan(QT_MAJOR_VERSION, 4) {
QT += webkit network
}
CONFIG(debug, debug|release) {
DEFINES += PGADMIN4_DEBUG
message(Configure pgAdmin4 to run in debug mode...)
}
win32 {
message(Building for Windows...)