summaryrefslogtreecommitdiffstats
path: root/app/app.pro
diff options
context:
space:
mode:
authortiansen <tian_sen@dl.cn.nexty-ele.com>2018-11-02 20:16:20 +0800
committertiansen <tian_sen@dl.cn.nexty-ele.com>2018-11-02 20:16:20 +0800
commitde4e4f75c59b1da4de91a75b3ab7b94d0ab8335f (patch)
tree16e4181f175748a5aff3f91b48449c37ec361e7a /app/app.pro
parentec044f44133cad1d12311345437b13b1a953226e (diff)
Diffstat (limited to 'app/app.pro')
-rw-r--r--app/app.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/app/app.pro b/app/app.pro
new file mode 100644
index 0000000..22c9b00
--- /dev/null
+++ b/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