add source for ces2019 horizontal
[apps/onscreenapp.git] / sample / app / app.pro
diff --git a/sample/app/app.pro b/sample/app/app.pro
new file mode 100644 (file)
index 0000000..d23206e
--- /dev/null
@@ -0,0 +1,14 @@
+TARGET = onstest
+QT = quickcontrols2
+
+SOURCES = main.cpp
+
+CONFIG += link_pkgconfig
+PKGCONFIG += qlibhomescreen qlibwindowmanager
+
+RESOURCES += \
+    main.qrc
+
+include(app.pri)
+
+DISTFILES +=
\ No newline at end of file