Cleaning the code associated with parsing ifo 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     CompressedReader.cpp \
20     UncompressedReader.cpp \
21     StarDictReaderFactory.cpp
22
23
24 HEADERS += \
25     StarDictPlugin.h \
26     TranslationStarDict.h \
27     ../../include/DictDialog.h \
28     StarDictDialog.h \
29     ../../include/translation.h \
30     ../../include/settings.h \
31     ../../include/CommonDictInterface.h \
32     StarDialog.h \
33     CompressedReader.h \
34     UncompressedReader.h \
35     StarDictReaderFactory.h \
36     StarDictReader.h
37
38 RESOURCES += \
39     StarDict.qrc
40
41 TRANSLATIONS += pl_PL.ts \
42                 en_US.ts
43     
44 unix {
45   INSTALLS += plugin-icon
46
47
48
49   plugin-icon.path = $$DATA_DIR
50   plugin-icon.files += xdxf.png
51 }
52
53 check.commands = echo 'No check here'
54 QMAKE_EXTRA_TARGETS += check