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.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/sample/app/app.pro b/sample/app/app.pro
new file mode 100644
index 0000000..d23206e
--- /dev/null
+++ b/sample/app/app.pro
@@ -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