mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-22 08:46:39 -06:00
Defione Q_NULLPTR for Qt 4.
This commit is contained in:
parent
72a2db53c3
commit
3448465e82
@ -11,6 +11,7 @@ greaterThan(QT_MAJOR_VERSION, 4) {
|
||||
} else {
|
||||
message(Building for QT4...)
|
||||
QT += network
|
||||
DEFINES += Q_NULLPTR=NULL
|
||||
}
|
||||
win32 {
|
||||
RC_ICONS += pgAdmin4.ico
|
||||
|
Loading…
Reference in New Issue
Block a user