# ------------------------------------------------- # Project created by QtCreator 2010-08-03T08:54:27 # ------------------------------------------------- TARGET = mdictionarywidget TEMPLATE = app include(../../mdictionary.pri) QT = core \ gui \ dbus SOURCES += \ main.cpp \ MainWidget.cpp HEADERS += \ MainWidget.h RESOURCES += \ ../../data/gui.qrc \ desktopWidget.qrc TRANSLATIONS += pl_PL.ts \ en_US.ts unix { target.path = $$INSTALL_PREFIX/lib/hildon-desktop desktop.path = $$SHARE_DIR/applications/hildon-home desktop.files += ../../data/other/$${TARGET}.desktop INSTALLS += target \ desktop } check.commands = echo 'No check here' QMAKE_EXTRA_TARGETS += check