1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 06:43:22 +02: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
macx {
RESOURCES += theme-unix.qrc
RESOURCES += theme-grayscale.qrc
ICON = icons/app/gpxsee.icns
QMAKE_INFO_PLIST = pkg/mac/Info.plist
@ -508,7 +508,7 @@ macx {
}
win32 {
RESOURCES += theme-default.qrc
RESOURCES += theme-color.qrc
QMAKE_TARGET_DESCRIPTION = GPXSee
QMAKE_TARGET_COPYRIGHT = Copyright (c) 2023 Martin Tuma
@ -552,7 +552,7 @@ win32 {
}
unix:!macx:!android {
RESOURCES += theme-unix.qrc
RESOURCES += theme-grayscale.qrc
isEmpty(PREFIX):PREFIX = /usr/local
maps.files = $$files(data/maps/*)
@ -576,7 +576,7 @@ unix:!macx:!android {
}
android {
RESOURCES += theme-default.qrc
RESOURCES += theme-color.qrc
HEADERS += src/GUI/navigationwidget.h
SOURCES += src/GUI/navigationwidget.cpp