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