Fixed xdxf caching dialog to not allow reject only cancel
[mdictionary] / src / desktopWidget / desktopWidget.pro
1 # -------------------------------------------------
2 # Project created by QtCreator 2010-08-03T08:54:27
3 # -------------------------------------------------
4 TARGET = mdictionarywidget
5 TEMPLATE = app
6
7 include(../../mdictionary.pri)
8
9 QT = core \
10     gui \
11     dbus
12
13 SOURCES += \
14     main.cpp \
15     MainWidget.cpp
16
17 HEADERS += \
18     MainWidget.h
19
20 RESOURCES += \
21     ../../data/gui.qrc
22
23
24 unix {
25         target.path = $$INSTALL_PREFIX/lib/hildon-desktop
26
27         desktop.path = $$SHARE_DIR/applications/hildon-home
28         desktop.files += ../../data/other/$${TARGET}.desktop
29         
30         INSTALLS += target \
31                 desktop
32 }
33
34 check.commands = echo 'No check here'
35 QMAKE_EXTRA_TARGETS += check