code clean
[mdictionary] / tests / XdxfPluginTests / XdxfPluginTests.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/plugins/xdxf/xdxfplugin.h \
14     ../../src/plugins/xdxf/TranslationXdxf.h \
15     ../../src/include/translation.h \
16     ../../src/include/settings.h \
17     ../../src/include/DictDialog.h \
18     ../../src/include/CommonDictInterface.h \
19     ../../src/plugins/xdxf/XdxfDictDialog.h \
20     ../../src/plugins/xdxf/XdxfDialog.h \
21     ../../src/plugins/xdxf/XdxfCachingDialog.h
22
23
24 SOURCES += test.cpp \
25     ../../src/plugins/xdxf/xdxfplugin.cpp \
26     ../../src/plugins/xdxf/TranslationXdxf.cpp \
27     ../../src/plugins/xdxf/XdxfDialog.cpp \
28     ../../src/plugins/xdxf/XdxfDictDialog.cpp \
29     ../../src/plugins/xdxf/XdxfCachingDialog.cpp \
30
31
32 target.path = .
33 target.commands = ./xdxfPluginTests
34 INSTALLS += target
35
36 check.depends = $$TARGET
37 check.commands = ./$${TARGET}
38 QMAKE_EXTRA_TARGETS += check