08d7460caf0dc69216dd534cc03e320d48855c86
[mdictionary] / src / plugins / google / google.pro
1 TARGET = google
2
3 include(../plugin.pri)
4
5 SOURCES +=  \
6     GooglePlugin.cpp \
7     TranslationGoogle.cpp \
8     GoogleDictDialog.cpp \
9     GoogleSettingsDialog.cpp
10
11 HEADERS += \
12     GooglePlugin.h \
13     ../../include/DictDialog.h \
14     ../../include/translation.h \
15     ../../include/settings.h \
16     ../../include/CommonDictInterface.h \
17     TranslationGoogle.h \
18     GoogleDictDialog.h \
19     GoogleSettingsDialog.h
20
21 TRANSLATIONS += dict_google_pl.ts \
22                 dict_google_en.ts
23
24 RESOURCES += \
25     google.qrc
26
27
28 unix {
29   INSTALLS += plugin-icon
30
31   plugin-icon.path = $$DATA_DIR
32   plugin-icon.files += google.png
33 }
34 check.commands = echo 'No check here'
35 QMAKE_EXTRA_TARGETS += check