Merge branch 'master' of ssh://drop.maemo.org/git/mdictionary
[mdictionary] / src / plugins / xdxf / xdxf.pro
1 TARGET = xdxf
2
3 include(../plugin.pri)
4
5 SOURCES +=  \
6     xdxfplugin.cpp \
7     TranslationXdxf.cpp \
8     XdxfLoadDialog.cpp \
9     XdxfDictDialog.cpp \
10     XdxfSettingsDialog.cpp \
11     XdxfCachingDialog.cpp
12
13
14 HEADERS += \
15     xdxfplugin.h \
16     TranslationXdxf.h \
17     XdxfLoadDialog.h \
18     ../../include/DictDialog.h \
19     XdxfDictDialog.h \
20     ../../include/translation.h \
21     ../../include/settings.h \
22     ../../include/CommonDictInterface.h \
23     XdxfSettingsDialog.h \
24     XdxfCachingDialog.h
25
26 RESOURCES += \
27     xdxf.qrc
28
29 TRANSLATIONS += dict_xdxf_pl.ts \
30                 dict_xdxf_en.ts
31     
32 unix {
33   INSTALLS += dicts
34
35   dicts.path = $$PLUGINS_DIR
36   dicts.files += ../../../data/dicts/eng-us.xdxf
37   dicts.files += ../../../data/dicts/eng-thai.xdxf
38 }
39
40 check.commands = echo 'No check here'
41 QMAKE_EXTRA_TARGETS += check