From 40f2520fa6af69fd9d87278f427e3484afd03a4a Mon Sep 17 00:00:00 2001 From: Dave Page Date: Mon, 13 Feb 2017 12:08:36 +0000 Subject: [PATCH] Add comment to note command line qmake usage. --- runtime/pgAdmin4.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/runtime/pgAdmin4.pro b/runtime/pgAdmin4.pro index a6adf1ef9..88bd817e2 100644 --- a/runtime/pgAdmin4.pro +++ b/runtime/pgAdmin4.pro @@ -7,6 +7,8 @@ QMAKE_TARGET_COPYRIGHT = "Copyright 2013 - 2017, The pgAdmin Development Team" # Configure QT modules for the appropriate version of QT greaterThan(QT_MAJOR_VERSION, 4) { message(Building for QT5+...) + + # Users can force the use of WebKit in Qt5, e.g. qmake "DEFINES += PGADMIN4_USE_WEBKIT" contains(DEFINES, PGADMIN4_USE_WEBKIT) { message(Forcing use of QWebKit...) message()