added noupcasename option and jamulus.desktop distribution file

This commit is contained in:
Volker Fischer 2014-07-26 06:40:00 +00:00
parent 7615e2a996
commit 127e9ac786

View File

@ -1,5 +1,11 @@
VERSION = 3.3.5cvs 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 \ CONFIG += qt \
thread \ thread \
release release
@ -410,6 +416,7 @@ DISTFILES += AUTHORS \
NEWS \ NEWS \
README \ README \
TODO \ TODO \
src/res/jamulus.desktop \
src/res/CLEDBlack.png \ src/res/CLEDBlack.png \
src/res/CLEDBlackSmall.png \ src/res/CLEDBlackSmall.png \
src/res/CLEDDisabledSmall.png \ src/res/CLEDDisabledSmall.png \