Changed searching to accept list of words (backbone).
[mdictionary] / mdictionary.pro
index 52c41fd..0b0cbc8 100644 (file)
@@ -4,5 +4,14 @@ isEmpty( ISQT4 ) {
 error("Use the qmake include with Qt4.4 or greater, on Debian that is qmake-qt4");
 }
 
+
 TEMPLATE = subdirs
-SUBDIRS  = trunk/src/base/
+SUBDIRS  = trunk
+
+check.target = check
+check.CONFIG = recursive
+check.recurse = trunk
+
+
+rename_plugins.commands = ./rename-plugins "lib/mdictionary"
+QMAKE_EXTRA_TARGETS += check rename_plugins