X-Git-Url: http://git.maemo.org/git/?p=kumushedit;a=blobdiff_plain;f=kumushedit.pro;fp=kumushedit.pro;h=01f8a708be00f8b2088a43e2ae10794608786653;hp=0000000000000000000000000000000000000000;hb=85aa890c0f19fbc850d6b3a2d9f54cbed3065690;hpb=d34b18c0bd8bb338f91bca018927d4d819b66f0f diff --git a/kumushedit.pro b/kumushedit.pro new file mode 100644 index 0000000..01f8a70 --- /dev/null +++ b/kumushedit.pro @@ -0,0 +1,37 @@ +#------------------------------------------------- +# +# Project created by QtCreator 2011-01-05T11:16:15 +# +#------------------------------------------------- + +QT += core gui + +TARGET = kumushedit +TEMPLATE = app +target.path=/usr/local/bin +INSTALLS=target + + +SOURCES += main.cpp\ + kumushedit.cpp \ + vkb.cpp + +HEADERS += kumushedit.h \ + vkb.h + +FORMS += + +OTHER_FILES += + +RESOURCES += \ + resources.qrc + +unix { + INSTALLS += target desktop icon48 + target.path = /usr/bin/kumushedit + desktop.path = /usr/share/applications/hildon + desktop.files += maemofiles/kumushedit.desktop + icon48.path = /usr/share/icons/hicolor/48x48/apps + icon48.files += maemofiles/kumushedit_icon.png +} +