mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Icon for the Windows runtime executable. Fixes #1310
This commit is contained in:
parent
c7862cadad
commit
d1a0a9bab2
@ -2,9 +2,15 @@
|
|||||||
greaterThan(QT_MAJOR_VERSION, 4) {
|
greaterThan(QT_MAJOR_VERSION, 4) {
|
||||||
message(Building for QT5+...)
|
message(Building for QT5+...)
|
||||||
QT += webkitwidgets network widgets
|
QT += webkitwidgets network widgets
|
||||||
|
win32 {
|
||||||
|
RC_ICONS += pgAdmin4.ico
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
message(Building for QT4...)
|
message(Building for QT4...)
|
||||||
QT += webkit network
|
QT += webkit network
|
||||||
|
win32 {
|
||||||
|
RC_FILE += pgAdmin4.rc
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
CONFIG(debug, debug|release) {
|
CONFIG(debug, debug|release) {
|
||||||
|
1
runtime/pgAdmin4.rc
Normal file
1
runtime/pgAdmin4.rc
Normal file
@ -0,0 +1 @@
|
|||||||
|
IDI_ICON1 ICON DISCARDABLE "pgAdmin4.ico"
|
Loading…
Reference in New Issue
Block a user