Skip to content

Commit

Permalink
[filecase.pro] Improve "adaption rules" comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Olf0 committed Feb 24, 2024
1 parent b0029da commit 90c0c9e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions filecase.pro
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
# Application name defined in TARGET has a corresponding QML filename.
# 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 corresponding QML filename must be adapted
# - the desktop icon filename must be adapted
# - the name of the `.desktop` file must be adapted
# - the icon definition filename in `.desktop` file must be adapted
# - the original translation strings `.ts` filename has to be adapted

# 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
# The name of your application; should default 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

0 comments on commit 90c0c9e

Please sign in to comment.