TARGET = stardict include(../plugin.pri) QT = core \ gui \ xml \ sql maemo5:QT += maemo5 LIBS += -lz SOURCES += \ StarDictPlugin.cpp \ TranslationStarDict.cpp \ StarDictDialog.cpp \ StarDialog.cpp \ CompressedReader.cpp \ UncompressedReader.cpp \ StarDictReaderFactory.cpp HEADERS += \ StarDictPlugin.h \ TranslationStarDict.h \ ../../include/DictDialog.h \ StarDictDialog.h \ ../../include/translation.h \ ../../include/settings.h \ ../../include/CommonDictInterface.h \ StarDialog.h \ CompressedReader.h \ UncompressedReader.h \ StarDictReaderFactory.h \ StarDictReader.h RESOURCES += \ StarDict.qrc TRANSLATIONS += pl_PL.ts \ en_US.ts unix { INSTALLS += plugin-icon plugin-icon.path = $$DATA_DIR plugin-icon.files += xdxf.png } check.commands = echo 'No check here' QMAKE_EXTRA_TARGETS += check