summaryrefslogtreecommitdiffstats
path: root/demo3/vertical/restriction/app/app.pro
diff options
context:
space:
mode:
Diffstat (limited to 'demo3/vertical/restriction/app/app.pro')
-rw-r--r--demo3/vertical/restriction/app/app.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/demo3/vertical/restriction/app/app.pro b/demo3/vertical/restriction/app/app.pro
new file mode 100644
index 0000000..22c9b00
--- /dev/null
+++ b/demo3/vertical/restriction/app/app.pro
@@ -0,0 +1,17 @@
+######################################################################
+# Automatically generated by qmake (3.1) Tue Apr 24 05:31:07 2018
+######################################################################
+
+TARGET = restriction
+INCLUDEPATH += .
+
+QT = quickcontrols2
+
+CONFIG += link_pkgconfig
+PKGCONFIG += libhomescreen qlibwindowmanager
+
+# Input
+SOURCES += main.cpp
+RESOURCES += main.qrc
+
+include(app.pri) \ No newline at end of file