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