summaryrefslogtreecommitdiffstats
path: root/qt-homescreen-example/qt-homescreen-example.pro
diff options
context:
space:
mode:
Diffstat (limited to 'qt-homescreen-example/qt-homescreen-example.pro')
-rw-r--r--qt-homescreen-example/qt-homescreen-example.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/qt-homescreen-example/qt-homescreen-example.pro b/qt-homescreen-example/qt-homescreen-example.pro
new file mode 100644
index 0000000..3ef254f
--- /dev/null
+++ b/qt-homescreen-example/qt-homescreen-example.pro
@@ -0,0 +1,12 @@
+TEMPLATE = app
+
+SOURCES += main.cpp
+HEADERS += testwidget.h
+
+include(../qmaemo5homescreenadaptor/qmaemo5homescreenadaptor.pri)
+
+desktop.path = /usr/share/applications/hildon-home
+desktop.files = qt-homescreen-example.desktop
+
+target.path = /usr/lib/hildon-desktop
+INSTALLS += target desktop