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 \