More features: have a seperate setup script, where global variable replacements can be placed, new commandline parameters, command window, better recording, chose click type, ...

This commit is contained in:
Marc Wäckerlin
2015-04-30 14:25:24 +00:00
parent 04c4c54089
commit 332db8b079
8 changed files with 604 additions and 168 deletions

View File

@@ -29,6 +29,8 @@ if test -z "${QMAKE}"; then
AC_MSG_ERROR([cannot find a qmake command])
fi
# requires mrw-c++ - to be defined ...
README=$(tail -n +3 README)
README_DEB=$(tail -n +3 README | sed -e 's/^$/./g' -e 's/^/ /g')
DESCRIPTION=$(head -1 README)