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