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
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 = \