TARGET = google include(../plugin.pri) QT = core \ gui \ network \ declarative 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 { meego { qmls.path = $$DATA_DIR/qml qmls.files += ../../mdictionary/qml/GoogleDialog.qml } else:maemo5 { qmls.path = $$DATA_DIR/qml qmls.files += ../../mdictionary/qml/GoogleDialog.qml } else { qmls.path = $$DATA_DIR/qml qmls.files += ../../mdictionary/qml/GoogleDialog.qml } plugin-icon.path = $$DATA_DIR plugin-icon.files += google.png INSTALLS += plugin-icon \ qmls } check.commands = echo 'No check here' QMAKE_EXTRA_TARGETS += check