Added library based archive extracting
[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 LIBS += -ltar -lbz2
10
11 maemo5:QT += maemo5
12 SOURCES += xdxfplugin.cpp \
13     TranslationXdxf.cpp \
14     XdxfDictDialog.cpp \
15     XdxfCachingDialog.cpp \
16     XdxfDialog.cpp \
17     XdxfDictDownloader.cpp \
18     XdxfDictSelectDialog.cpp \
19     XdxfDictDownloadProgressDialog.cpp \
20     DictsModel.cpp
21
22
23 HEADERS += xdxfplugin.h \
24     TranslationXdxf.h \
25     ../../include/DictDialog.h \
26     XdxfDictDialog.h \
27     ../../include/translation.h \
28     ../../include/settings.h \
29     ../../include/CommonDictInterface.h \
30     XdxfCachingDialog.h \
31     XdxfDialog.h \
32     XdxfDictDownloader.h \
33     XdxfDictSelectDialog.h \
34     XdxfDictDownloadProgressDialog.h \ 
35     DownloadDict.h \
36     DictsModel.h \
37     DictsProxyModel.h
38         
39 RESOURCES += \
40     xdxf.qrc
41
42 TRANSLATIONS += pl_PL.ts \
43     en_US.ts
44 unix { 
45     INSTALLS += dicts \
46         plugin-icon
47     dicts.path = $$PLUGINS_DIR
48     dicts.files += ../../../data/dicts/eng-us.xdxf
49     dicts.files += ../../../data/dicts/eng-thai.xdxf
50     plugin-icon.path = $$DATA_DIR
51     plugin-icon.files += xdxf.png
52 }
53 check.commands = echo \
54     'No check here'
55 QMAKE_EXTRA_TARGETS += check