mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-22 00:37:36 -06:00
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:
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
Block a user