Changed repo structure
[mdictionary] / tests / XdxfPluginTests / tests.pro
diff --git a/tests/XdxfPluginTests/tests.pro b/tests/XdxfPluginTests/tests.pro
new file mode 100644 (file)
index 0000000..0abb298
--- /dev/null
@@ -0,0 +1,35 @@
+######################################################################
+# Automatically generated by qmake (1.07a) Wed Aug 4 11:35:12 2010
+######################################################################
+
+CONFIG += qtestlib
+QT += sql
+TARGET = xdxfPluginTests
+TEMPLATE = app
+INCLUDEPATH += .
+
+# Input
+HEADERS += test.h \
+    ../src/xdxfplugin.h \
+    ../src/TranslationXdxf.h \
+    ../../../includes/translation.h \
+    ../../../includes/settings.h \
+    ../../../includes/DictDialog.h \
+    ../../../includes/CommonDictInterface.h \
+    ../src/XdxfDictDialog.h \
+    ../src/XdxfLoadDialog.h \
+    ../src/XdxfSettingsDialog.h \
+    ../src/XdxfCachingDialog.h
+
+
+SOURCES += test.cpp \
+    ../src/xdxfplugin.cpp \
+    ../src/TranslationXdxf.cpp \
+    ../src/XdxfLoadDialog.cpp \
+    ../src/XdxfDictDialog.cpp \
+    ../src/XdxfCachingDialog.cpp \
+    ../src/XdxfSettingsDialog.cpp
+
+check.target = check
+check.commands = ./xdxfPluginTests
+QMAKE_EXTRA_TARGETS += check