Added some tests for xdxf plugin
[mdictionary] / trunk / src / plugins / xdxf / tests / tests.pro
1 ######################################################################
2 # Automatically generated by qmake (1.07a) Wed Aug 4 11:35:12 2010
3 ######################################################################
4
5 CONFIG += qtestlib
6 QT += sql
7 TARGET = xdxfPluginTests
8 TEMPLATE = app
9 INCLUDEPATH += .
10
11 # Input
12 HEADERS += test.h \
13     ../src/xdxfplugin.h \
14     ../src/TranslationXdxf.h \
15     ../../../includes/translation.h \
16     ../../../includes/settings.h \
17     ../../../includes/DictDialog.h \
18     ../../../includes/CommonDictInterface.h \
19     ../src/XdxfDictDialog.h \
20     ../src/XdxfLoadDialog.h \
21     ../src/XdxfSettingsDialog.h \
22     ../src/XdxfCachingDialog.h
23
24
25 SOURCES += test.cpp \
26     ../src/xdxfplugin.cpp \
27     ../src/TranslationXdxf.cpp \
28     ../src/XdxfLoadDialog.cpp \
29     ../src/XdxfDictDialog.cpp \
30     ../src/XdxfCachingDialog.cpp \
31     ../src/XdxfSettingsDialog.cpp
32
33 check.target = check
34 check.commands = ./xdxfPluginTests
35 QMAKE_EXTRA_TARGETS += check