Remove blank messages from the Qt project file as they don't work on newer versions of QMake and aren't needed anyway.
parent
431516ad61
commit
f2773354c8
|
@ -7,11 +7,9 @@ QMAKE_TARGET_COPYRIGHT = "Copyright 2013 - 2018, The pgAdmin Development Team"
|
|||
# Configure QT modules for the appropriate version of QT
|
||||
greaterThan(QT_MAJOR_VERSION, 4) {
|
||||
message(Building for QT5+...)
|
||||
message()
|
||||
QT += network widgets
|
||||
} else {
|
||||
message(Building for QT4...)
|
||||
message()
|
||||
QT += network
|
||||
}
|
||||
win32 {
|
||||
|
|
Loading…
Reference in New Issue