Added one consistent building and testing system
[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 TARGET = xdxfPluginTests
7 TEMPLATE = app
8 INCLUDEPATH += .
9
10 # Input
11 HEADERS += test.h \
12     ../src/xdxfplugin.h \
13     ../src/TranslationXdxf.h \
14     ../../../includes/translation.h \
15     ../../../includes/settings.h \
16     ../../../includes/DictDialog.h \
17     ../../../includes/CommonDictInterface.h \
18     ../src/XdxfDictDialog.h \
19     ../src/XdxfLoadDialog.h
20
21
22 SOURCES += test.cpp \
23     ../src/xdxfplugin.cpp \
24     ../src/TranslationXdxf.cpp \
25     ../src/XdxfLoadDialog.cpp \
26     ../src/XdxfDictDialog.cpp
27
28 check.target = check
29 check.commands = ./xdxfPluginTests
30 QMAKE_EXTRA_TARGETS += check