initial version
[kumushedit] / kumushedit.pro
diff --git a/kumushedit.pro b/kumushedit.pro
new file mode 100644 (file)
index 0000000..01f8a70
--- /dev/null
@@ -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
+}
+