mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
Merge pull request #593 from justinclift/issue520
Adjust the application name on Windows & OSX
This commit is contained in:
@@ -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) {
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user