From f2773354c8b8fa3d1cb8f7515ea47a04c5f2c857 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Thu, 6 Dec 2018 09:50:21 +0000 Subject: [PATCH] Remove blank messages from the Qt project file as they don't work on newer versions of QMake and aren't needed anyway. --- runtime/pgAdmin4.pro | 2 -- 1 file changed, 2 deletions(-) diff --git a/runtime/pgAdmin4.pro b/runtime/pgAdmin4.pro index 8c1ca9ec3..d39e00e85 100644 --- a/runtime/pgAdmin4.pro +++ b/runtime/pgAdmin4.pro @@ -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 {