added noupcasename option and jamulus.desktop distribution file
This commit is contained in:
parent
7615e2a996
commit
127e9ac786
1 changed files with 7 additions and 0 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Add table
Reference in a new issue