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