Fixed tests for xdxf plugin
[mdictionary] / mdictionary.pro
index 64f5f2d..0b0cbc8 100644 (file)
@@ -4,13 +4,14 @@ isEmpty( ISQT4 ) {
 error("Use the qmake include with Qt4.4 or greater, on Debian that is qmake-qt4");
 }
 
-MDICT_BINDIR = $$[MDICT_BINDIR]
-
-isEmpty(MDICT_BINDIR) {
-       message("empty")
-}
-message($$MDICT_BINDIR)
 
 TEMPLATE = subdirs
-SUBDIRS  = trunk/src/base/
-SUBDIRS += trunk/src/plugins/xdxf/src/
+SUBDIRS  = trunk
+
+check.target = check
+check.CONFIG = recursive
+check.recurse = trunk
+
+
+rename_plugins.commands = ./rename-plugins "lib/mdictionary"
+QMAKE_EXTRA_TARGETS += check rename_plugins