diff options
author | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2018-11-07 16:08:50 +0900 |
---|---|---|
committer | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2018-11-07 16:08:50 +0900 |
commit | 9c7608cf2c7e5eb4533c66a6a681108a3ebac92e (patch) | |
tree | dced417bc15731dfca2d39361f18afafe4e9a097 /app/app.pro | |
parent | ec044f44133cad1d12311345437b13b1a953226e (diff) |
add restrictionsandbox/zheng_wenlong/restriction
Diffstat (limited to 'app/app.pro')
-rw-r--r-- | app/app.pro | 17 |
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 |