Added check target to qmake
[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 SOURCES += \
10     main.cpp \
11     MainWidget.cpp
12
13 HEADERS += \
14     MainWidget.h
15
16 RESOURCES += \
17     ../../data/gui.qrc
18
19
20 unix {
21         target.path = $$INSTALL_PREFIX/lib/hildon-desktop
22
23         desktop.path = $$SHARE_DIR/applications/hildon-home
24         desktop.files += ../../data/other/$${TARGET}.desktop
25         
26         INSTALLS += target \
27                 desktop
28 }
29
30 check.commands = echo 'No check here'
31 QMAKE_EXTRA_TARGETS += check