New xdxf dialog, one which provides methods to add new or change setting of existing...
[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     XdxfDialog.cpp
13
14
15 HEADERS += \
16     xdxfplugin.h \
17     TranslationXdxf.h \
18     XdxfLoadDialog.h \
19     ../../include/DictDialog.h \
20     XdxfDictDialog.h \
21     ../../include/translation.h \
22     ../../include/settings.h \
23     ../../include/CommonDictInterface.h \
24     XdxfSettingsDialog.h \
25     XdxfCachingDialog.h \
26     XdxfDialog.h
27
28 RESOURCES += \
29     xdxf.qrc
30
31 TRANSLATIONS += dict_xdxf_pl.ts \
32                 dict_xdxf_en.ts
33     
34 unix {
35   INSTALLS += dicts plugin-icon
36
37   dicts.path = $$PLUGINS_DIR
38   dicts.files += ../../../data/dicts/eng-us.xdxf
39   dicts.files += ../../../data/dicts/eng-thai.xdxf
40
41   plugin-icon.path = $$DATA_DIR
42   plugin-icon.files += xdxf.png
43 }
44
45 check.commands = echo 'No check here'
46 QMAKE_EXTRA_TARGETS += check