plugins icon in translation
[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
22 RESOURCES += \
23     icons.qrc
24
25
26 unix {
27   INSTALLS += plugin-icon
28
29   plugin-icon.path = $$DATA_DIR
30   plugin-icon.files += drawing.png
31 }