f0e1ecc6e3d6a956f099045a39d54069dec16f59
[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 LIBS += -ltar \
9     -lbz2
10 maemo5:QT += maemo5
11 SOURCES += xdxfplugin.cpp \
12     TranslationXdxf.cpp \
13     XdxfDictDialog.cpp \
14     XdxfCachingDialog.cpp \
15     XdxfDialog.cpp \
16     XdxfDictDownloader.cpp \
17     XdxfDictSelectDialog.cpp \
18     XdxfDictDownloadProgressDialog.cpp \
19     DictsModel.cpp \
20     HttpDownloader.cpp
21 HEADERS += 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     XdxfDictDownloader.h \
31     XdxfDictSelectDialog.h \
32     XdxfDictDownloadProgressDialog.h \
33     DownloadDict.h \
34     DictsModel.h \
35     DictsProxyModel.h \
36     HttpDownloader.h
37 RESOURCES += xdxf.qrc
38 TRANSLATIONS += pl_PL.ts \
39     en_US.ts
40 unix { 
41     INSTALLS += dicts \
42         plugin-icon
43     dicts.path = $$PLUGINS_DIR
44     dicts.files += ../../../data/dicts/eng-us.xdxf
45     dicts.files += ../../../data/dicts/eng-thai.xdxf
46     plugin-icon.path = $$DATA_DIR
47     plugin-icon.files += xdxf.png
48 }
49 check.commands = echo \
50     'No check here'
51 QMAKE_EXTRA_TARGETS += check