add restriction
[apps/onscreenapp.git] / app / app.pro
1 ######################################################################
2 # Automatically generated by qmake (3.1) Tue Apr 24 05:31:07 2018
3 ######################################################################
4
5 TARGET = restriction
6 INCLUDEPATH += .
7
8 QT = quickcontrols2
9
10 CONFIG += link_pkgconfig
11 PKGCONFIG += libhomescreen qlibwindowmanager
12
13 # Input
14 SOURCES += main.cpp
15 RESOURCES += main.qrc
16
17 include(app.pri)