mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-25 02:00:19 -06:00
Add comment to note command line qmake usage.
This commit is contained in:
parent
e103b2b315
commit
40f2520fa6
@ -7,6 +7,8 @@ QMAKE_TARGET_COPYRIGHT = "Copyright 2013 - 2017, The pgAdmin Development Team"
|
|||||||
# Configure QT modules for the appropriate version of QT
|
# Configure QT modules for the appropriate version of QT
|
||||||
greaterThan(QT_MAJOR_VERSION, 4) {
|
greaterThan(QT_MAJOR_VERSION, 4) {
|
||||||
message(Building for QT5+...)
|
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) {
|
contains(DEFINES, PGADMIN4_USE_WEBKIT) {
|
||||||
message(Forcing use of QWebKit...)
|
message(Forcing use of QWebKit...)
|
||||||
message()
|
message()
|
||||||
|
Loading…
Reference in New Issue
Block a user