Added new scripts for building app, plugins and packages
[mdictionary] / buildapp
1 #!/bin/bash
2
3 ./setqmake
4 qmake mdictionary.pro
5 make clean
6 make
7 make clean
8 ./rename-plugins "lib/mdictionary"
9