summaryrefslogtreecommitdiffstats
path: root/sample/app/app.pro
diff options
context:
space:
mode:
Diffstat (limited to 'sample/app/app.pro')
-rw-r--r--sample/app/app.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/sample/app/app.pro b/sample/app/app.pro
new file mode 100644
index 0000000..b4c75f3
--- /dev/null
+++ b/sample/app/app.pro
@@ -0,0 +1,16 @@
+TARGET = onstestapp
+QT = quick
+
+SOURCES = main.cpp \
+ eventhandler.cpp
+
+RESOURCES += \
+ qml.qrc
+
+LIBS += -lqtwindowmanager -lqthomescreen -ljson-c
+
+DESTDIR = $${OUT_PWD}/../package/root/bin
+
+HEADERS += \
+ eventhandler.h
+