Some changes in tests
[mdictionary] / tests / XdxfPluginTests / 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/plugins/xdxf/xdxfplugin.h \
14     ../../src/plugins/xdxf/TranslationXdxf.h \
15     ../../src/common/translation.h \
16     ../../src/common/settings.h \
17     ../../src/common/DictDialog.h \
18     ../../src/common/CommonDictInterface.h \
19     ../../src/plugins/xdxf/XdxfDictDialog.h \
20     ../../src/plugins/xdxf/XdxfLoadDialog.h \
21     ../../src/plugins/xdxf/XdxfSettingsDialog.h \
22     ../../src/plugins/xdxf/XdxfCachingDialog.h
23
24
25 SOURCES += test.cpp \
26     ../../src/plugins/xdxf/xdxfplugin.cpp \
27     ../../src/plugins/xdxf/TranslationXdxf.cpp \
28     ../../src/plugins/xdxf/XdxfLoadDialog.cpp \
29     ../../src/plugins/xdxf/XdxfDictDialog.cpp \
30     ../../src/plugins/xdxf/XdxfCachingDialog.cpp \
31     ../../src/plugins/xdxf/XdxfSettingsDialog.cpp
32
33 target.path = .
34 target.commands = ./xdxfPluginTests
35 INSTALLS += target