summaryrefslogtreecommitdiff
path: root/asteroid-stopwatch.pro
diff options
context:
space:
mode:
authorFlorent Revest <revestflo@gmail.com>2017-03-04 20:08:41 +0100
committerFlorent Revest <revestflo@gmail.com>2017-03-04 20:08:41 +0100
commitf71a40125a01ecdcf94d5e48b03aeca462f07eef (patch)
treef8cc45700d3a60a4193fb3e16c6179bc8c75f711 /asteroid-stopwatch.pro
parent9713bddf71b3f400d2685fc279d853e59ff5e1d0 (diff)
.pro: Create Makefile's desktop target although the file doesn't exist before qmake
Diffstat (limited to 'asteroid-stopwatch.pro')
-rw-r--r--asteroid-stopwatch.pro1
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