summaryrefslogtreecommitdiffstats
path: root/app/app.pro
diff options
context:
space:
mode:
Diffstat (limited to 'app/app.pro')
-rw-r--r--app/app.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/app/app.pro b/app/app.pro
new file mode 100644
index 0000000..f234ea6
--- /dev/null
+++ b/app/app.pro
@@ -0,0 +1,18 @@
+TEMPLATE = app
+TARGET = onscreenapp
+QT += quickcontrols2 quick qml
+CONFIG += c++11 link_pkgconfig
+DESTDIR = $${OUT_PWD}/../package/root/bin
+PKGCONFIG += qlibwindowmanager libhomescreen
+
+HEADERS += \
+ eventhandler.h
+
+SOURCES += \
+ eventhandler.cpp \
+ main.cpp
+
+RESOURCES += \
+ qml.qrc
+
+LIBS += -ljson-c