]> ToastFreeware Gitweb - toast/confclerk.git/blobdiff - confclerk.pro
Update NEWS file.
[toast/confclerk.git] / confclerk.pro
index 788430840fcb5c74ad6e70809b0d34103d644a4c..ba1dea9e9af72f77617b4682cab45894b69895a3 100644 (file)
@@ -3,7 +3,7 @@
 QMAKEVERSION = $$[QMAKE_VERSION]
 ISQT4 = $$find(QMAKEVERSION, ^[2-9])
 isEmpty( ISQT4 ) {
-       error("Use the qmake include with Qt4.4 or greater, on Debian that is qmake-qt4");
+       error("Use the qmake include with Qt4.7 or greater, on Debian that is qmake-qt4");
 }
 
 TEMPLATE = subdirs
@@ -20,12 +20,13 @@ changelog.commands = \
 changelog.CONFIG = phony
 
 icon.target = data/$${TARGET}.png
-icon.commands = convert data/$${TARGET}.svg data/$${TARGET}.png
+icon.commands = convert -transparent white data/$${TARGET}.svg data/$${TARGET}.png
 icon.depends = data/$${TARGET}.svg
 
+TODAY = $$system(date +%F)
 man.target = data/$${TARGET}.1
 man.commands = \
-       pod2man --utf8 --center=\"Offline conference scheduler\" --release=\"Version $${VERSION}\" data/$${TARGET}.pod > data/$${TARGET}.1
+       pod2man --utf8 --center=\"Offline conference scheduler\" --release=\"Version $${VERSION}\" --date \"$${TODAY}\" data/$${TARGET}.pod > data/$${TARGET}.1
 man.depends = data/$${TARGET}.pod
 
 releaseclean.commands = \