Skip to content

Commit

Permalink
[filecase.pro] Beautify and expand a comment (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
Olf0 authored Feb 24, 2024
1 parent 29b44dd commit a0ef02c
Showing 1 changed file with 5 additions and 4 deletions.
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

0 comments on commit a0ef02c

Please sign in to comment.