Skip to content

Commit

Permalink
Merge pull request sqlitebrowser#593 from justinclift/issue520
Browse files Browse the repository at this point in the history
Adjust the application name on Windows & OSX
  • Loading branch information
justinclift committed May 17, 2016
2 parents 769fc30 + 3d6f318 commit 2745a72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/src.pro
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ os2 {
RC_FILE = os2app.rc
}
win32 {
TARGET = "DB Browser for SQLite"
RC_FILE = winapp.rc
INCLUDEPATH += $$PWD
CONFIG(debug,debug|release) {
Expand All @@ -155,6 +156,7 @@ win32 {
DEPENDPATH += $$PWD/../../../dev/SQLite
}
mac {
TARGET = "DB Browser for SQLite"
RC_FILE = macapp.icns
QT+= macextras
INCLUDEPATH += /usr/local/include \
Expand Down

0 comments on commit 2745a72

Please sign in to comment.