Added new scripts for building app, plugins and packages
[mdictionary] / buildapp
diff --git a/buildapp b/buildapp
new file mode 100755 (executable)
index 0000000..e66dec2
--- /dev/null
+++ b/buildapp
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+./setqmake
+qmake mdictionary.pro
+make clean
+make
+make clean
+./rename-plugins "lib/mdictionary"
+