Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[filecase.pro] Beautify and expand a comment #70

Merged
merged 3 commits into from
Feb 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions filecase.pro
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# NOTICE:
#
# Application name defined in TARGET has a corresponding QML filename.
# If name defined in TARGET is changed, the following needs to be done
# to match new name:
# If the name defined in TARGET is changed, the following must be done
# to match the new name:
# - corresponding QML filename must be changed
# - desktop icon filename must be changed
# - desktop filename must be changed
# - icon definition filename in desktop file must be changed
# - translation filenames have to be changed

# The name of your application
# The name of your application, defaults to the name of the project file, see
# https://doc.qt.io/qt-5/qmake-common-projects.html#building-an-application
TARGET = filecase

CONFIG += sailfishapp
Expand Down Expand Up @@ -160,6 +161,6 @@ HEADERS += \
src/boxthumbnailer.h

icons.files = icons
icons.path = /usr/share/filecase/
icons.path = /usr/share/$$TARGET

INSTALLS += icons
Loading