diff options
author | Florent Revest <revestflo@gmail.com> | 2017-03-04 20:08:41 +0100 |
---|---|---|
committer | Florent Revest <revestflo@gmail.com> | 2017-03-04 20:08:41 +0100 |
commit | f71a40125a01ecdcf94d5e48b03aeca462f07eef (patch) | |
tree | f8cc45700d3a60a4193fb3e16c6179bc8c75f711 | |
parent | 9713bddf71b3f400d2685fc279d853e59ff5e1d0 (diff) |
.pro: Create Makefile's desktop target although the file doesn't exist before qmake
-rw-r--r-- | asteroid-stopwatch.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/asteroid-stopwatch.pro b/asteroid-stopwatch.pro index b3c7850..e34fe41 100644 --- a/asteroid-stopwatch.pro +++ b/asteroid-stopwatch.pro @@ -30,5 +30,6 @@ target.path = /usr/bin/ desktop.commands = bash $$PWD/i18n/generate-desktop.sh $$PWD asteroid-stopwatch.desktop desktop.files = $$OUT_PWD/asteroid-stopwatch.desktop desktop.path = /usr/share/applications +desktop.CONFIG = no_check_exist INSTALLS += target desktop |