Added one consistent building and testing system
[mdictionary] / trunk / trunk.pro
diff --git a/trunk/trunk.pro b/trunk/trunk.pro
new file mode 100644 (file)
index 0000000..0739438
--- /dev/null
@@ -0,0 +1,7 @@
+TEMPLATE=subdirs
+SUBDIRS = tests src 
+
+check.target = check
+check.CONFIG = recursive
+check.recurse = tests src
+QMAKE_EXTRA_TARGETS += check