Added spliting html from xdxf downlowad page to fields describing dicts
[mdictionary] / src / plugins / xdxf / xdxf.pro
1 TARGET = xdxf
2 include(../plugin.pri)
3 QT = core \
4     gui \
5     xml \
6     sql
7 maemo5:QT += maemo5
8 SOURCES += xdxfplugin.cpp \
9     TranslationXdxf.cpp \
10     XdxfDictDialog.cpp \
11     XdxfCachingDialog.cpp \
12     XdxfDialog.cpp
13 HEADERS += xdxfplugin.h \
14     TranslationXdxf.h \
15     ../../include/DictDialog.h \
16     XdxfDictDialog.h \
17     ../../include/translation.h \
18     ../../include/settings.h \
19     ../../include/CommonDictInterface.h \
20     XdxfCachingDialog.h \
21     XdxfDialog.h \
22     ../DownloadDict.h \
23     DownloadDict.h
24 RESOURCES += xdxf.qrc
25 TRANSLATIONS += pl_PL.ts \
26     en_US.ts
27 unix { 
28     INSTALLS += dicts \
29         plugin-icon
30     dicts.path = $$PLUGINS_DIR
31     dicts.files += ../../../data/dicts/eng-us.xdxf
32     dicts.files += ../../../data/dicts/eng-thai.xdxf
33     plugin-icon.path = $$DATA_DIR
34     plugin-icon.files += xdxf.png
35 }
36 check.commands = echo \
37     'No check here'
38 QMAKE_EXTRA_TARGETS += check