initial version
[kumushedit] / kumushedit.pro
1 #-------------------------------------------------
2 #
3 # Project created by QtCreator 2011-01-05T11:16:15
4 #
5 #-------------------------------------------------
6
7 QT       += core gui
8
9 TARGET = kumushedit
10 TEMPLATE = app
11 target.path=/usr/local/bin
12 INSTALLS=target
13
14
15 SOURCES += main.cpp\
16         kumushedit.cpp \
17     vkb.cpp
18
19 HEADERS  += kumushedit.h \
20     vkb.h
21
22 FORMS    +=
23
24 OTHER_FILES +=
25
26 RESOURCES += \
27     resources.qrc
28
29 unix {
30     INSTALLS += target desktop icon48
31     target.path = /usr/bin/kumushedit
32     desktop.path = /usr/share/applications/hildon
33     desktop.files += maemofiles/kumushedit.desktop
34     icon48.path = /usr/share/icons/hicolor/48x48/apps
35     icon48.files += maemofiles/kumushedit_icon.png
36 }
37