1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 03:35:53 +01:00

Give the icon themes better names

This commit is contained in:
Martin Tůma 2023-10-28 12:17:34 +02:00
parent 7611bb15a7
commit 3642da480e
3 changed files with 4 additions and 4 deletions

View File

@ -488,7 +488,7 @@ TRANSLATIONS = lang/gpxsee_en.ts \
lang/gpxsee_ko.ts lang/gpxsee_ko.ts
macx { macx {
RESOURCES += theme-unix.qrc RESOURCES += theme-grayscale.qrc
ICON = icons/app/gpxsee.icns ICON = icons/app/gpxsee.icns
QMAKE_INFO_PLIST = pkg/mac/Info.plist QMAKE_INFO_PLIST = pkg/mac/Info.plist
@ -508,7 +508,7 @@ macx {
} }
win32 { win32 {
RESOURCES += theme-default.qrc RESOURCES += theme-color.qrc
QMAKE_TARGET_DESCRIPTION = GPXSee QMAKE_TARGET_DESCRIPTION = GPXSee
QMAKE_TARGET_COPYRIGHT = Copyright (c) 2023 Martin Tuma QMAKE_TARGET_COPYRIGHT = Copyright (c) 2023 Martin Tuma
@ -552,7 +552,7 @@ win32 {
} }
unix:!macx:!android { unix:!macx:!android {
RESOURCES += theme-unix.qrc RESOURCES += theme-grayscale.qrc
isEmpty(PREFIX):PREFIX = /usr/local isEmpty(PREFIX):PREFIX = /usr/local
maps.files = $$files(data/maps/*) maps.files = $$files(data/maps/*)
@ -576,7 +576,7 @@ unix:!macx:!android {
} }
android { android {
RESOURCES += theme-default.qrc RESOURCES += theme-color.qrc
HEADERS += src/GUI/navigationwidget.h HEADERS += src/GUI/navigationwidget.h
SOURCES += src/GUI/navigationwidget.cpp SOURCES += src/GUI/navigationwidget.cpp