Fixed bugs in pro file
[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 LIBS += -lz
13
14 SOURCES +=  \
15     StarDictPlugin.cpp \
16     TranslationStarDict.cpp \
17     StarDictDialog.cpp \
18     StarDialog.cpp \
19     StarDictSettings.cpp \
20     CompressedReader.cpp \
21     UncompressedReader.cpp \
22     StarDictReaderFactory.cpp
23
24
25 HEADERS += \
26     StarDictPlugin.h \
27     TranslationStarDict.h \
28     ../../include/DictDialog.h \
29     StarDictDialog.h \
30     ../../include/translation.h \
31     ../../include/settings.h \
32     ../../include/CommonDictInterface.h \
33     StarDialog.h \
34     StarDictSettings.h \
35     CompressedReader.h \
36     UncompressedReader.h \
37     StarDictReaderFactory.h \
38     StarDictReader.h
39
40 RESOURCES += \
41     StarDict.qrc
42
43 TRANSLATIONS += pl_PL.ts \
44                 en_US.ts
45     
46 unix {
47   INSTALLS += plugin-icon
48
49
50
51   plugin-icon.path = $$DATA_DIR
52   plugin-icon.files += xdxf.png
53 }
54
55 check.commands = echo 'No check here'
56 QMAKE_EXTRA_TARGETS += check