Remove blank messages from the Qt project file as they don't work on newer versions of QMake and aren't needed anyway.

This commit is contained in:
Dave Page 2018-12-06 09:50:21 +00:00
parent 431516ad61
commit f2773354c8

View File

@ -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 {