TARGET = google include(../plugin.pri) QT = core \ gui \ network maemo5:QT += maemo5 SOURCES += \ GooglePlugin.cpp \ TranslationGoogle.cpp \ GoogleDictDialog.cpp \ GoogleDialog.cpp HEADERS += \ GooglePlugin.h \ ../../include/DictDialog.h \ ../../include/translation.h \ ../../include/settings.h \ ../../include/CommonDictInterface.h \ TranslationGoogle.h \ GoogleDictDialog.h \ GoogleDialog.h TRANSLATIONS += pl_PL.ts \ en_US.ts RESOURCES += \ google.qrc unix { INSTALLS += plugin-icon plugin-icon.path = $$DATA_DIR plugin-icon.files += google.png } check.commands = echo 'No check here' QMAKE_EXTRA_TARGETS += check