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