Added check target to qmake
[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 check.commands = echo 'No check here'
26 QMAKE_EXTRA_TARGETS += check