Fix application icon in mingw builds.

pull/3/head
Dave Page 2017-04-10 14:29:53 +01:00
parent fdf292964b
commit 665ec46052
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ greaterThan(QT_MAJOR_VERSION, 4) {
QT += webkitwidgets network widgets
}
win32 {
RC_ICONS += pgAdmin4.ico
RC_FILE += pgAdmin4.rc
}
}
} else {