Restore word sorting in WordListWidget
[mdictionary] / src / plugins / google / google.pro
1 TARGET = google
2
3 include(../plugin.pri)
4
5 QT = core \
6     gui \
7     network
8
9 maemo5:QT += maemo5
10
11 SOURCES +=  \
12     GooglePlugin.cpp \
13     TranslationGoogle.cpp \
14     GoogleDictDialog.cpp \
15     GoogleDialog.cpp
16
17 HEADERS += \
18     GooglePlugin.h \
19     ../../include/DictDialog.h \
20     ../../include/translation.h \
21     ../../include/settings.h \
22     ../../include/CommonDictInterface.h \
23     TranslationGoogle.h \
24     GoogleDictDialog.h \
25     GoogleDialog.h
26
27 TRANSLATIONS += pl_PL.ts \
28                 en_US.ts
29
30 RESOURCES += \
31     google.qrc
32
33
34 unix {
35   INSTALLS += plugin-icon
36
37   plugin-icon.path = $$DATA_DIR
38   plugin-icon.files += google.png
39 }
40 check.commands = echo 'No check here'
41 QMAKE_EXTRA_TARGETS += check