add source for ces2019 horizontal
[apps/onscreenapp.git] / app / app.pro
diff --git a/app/app.pro b/app/app.pro
new file mode 100644 (file)
index 0000000..eada0d1
--- /dev/null
@@ -0,0 +1,24 @@
+TEMPLATE = app
+TARGET = onscreenapp
+QT += quickcontrols2 quick qml dbus
+CONFIG += c++11 link_pkgconfig
+DESTDIR = $${OUT_PWD}/../package/root/bin
+PKGCONFIG += qlibwindowmanager
+
+HEADERS += \
+    eventhandler.h
+
+SOURCES += \
+    eventhandler.cpp \
+    main.cpp
+
+RESOURCES += \
+       images/images.qrc \
+       qml.qrc
+
+LIBS += -lsystemd
+LIBS += -lafbwsc
+LIBS += -ljson-c
+LIBS += -lhomescreen
+
+