mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Add Inspection support to the runtime when built in debug mode.
This commit is contained in:
@@ -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...)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user