From 67e2073ef3968d0fb3b1a9bbbe58a13329ae3b65 Mon Sep 17 00:00:00 2001 From: wang_zhiqiang Date: Fri, 8 Mar 2019 14:32:09 +0800 Subject: upload --- app/app.pro | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 app/app.pro (limited to 'app/app.pro') 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 -- cgit 1.2.3-korg