#------------------------------------------------- # # 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 }