fix bug (duplication of dictionarys in xdxf downloader)
[mdictionary] / mdictionary.pro
index 6dcf823..c4d2a13 100644 (file)
@@ -1,11 +1,11 @@
 TEMPLATE = subdirs
-SUBDIRS = src tests
+SUBDIRS = src
 CONFIG += ordered
 include (mdictionary.pri)
 
 
 check.CONFIG += recursive
-check.recurse = src tests
+check.recurse = src
 QMAKE_EXTRA_TARGETS += check