From 127e9ac7866d5b750a3b17568d24bc81aa2f192f Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Sat, 26 Jul 2014 06:40:00 +0000 Subject: [PATCH] added noupcasename option and jamulus.desktop distribution file --- Jamulus.pro | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Jamulus.pro b/Jamulus.pro index 7ce25219..ee7d9e2a 100755 --- a/Jamulus.pro +++ b/Jamulus.pro @@ -1,5 +1,11 @@ VERSION = 3.3.5cvs +# use target name which does not use a captital letter at the beginning +contains(CONFIG, "noupcasename") { + message(The target name is jamulus instead of Jamulus.) + TARGET = jamulus +} + CONFIG += qt \ thread \ release @@ -410,6 +416,7 @@ DISTFILES += AUTHORS \ NEWS \ README \ TODO \ + src/res/jamulus.desktop \ src/res/CLEDBlack.png \ src/res/CLEDBlackSmall.png \ src/res/CLEDDisabledSmall.png \