X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=app%2Fapp.pro;h=78b861a87391688d61f3f713b6e1c1c5427f8422;hb=refs%2Fheads%2Fsandbox%2Ftiansen%2Fces2019_warehouse;hp=22c9b005dc3a60a928a53746a13deca51830f114;hpb=de4e4f75c59b1da4de91a75b3ab7b94d0ab8335f;p=apps%2Fonscreenapp.git diff --git a/app/app.pro b/app/app.pro index 22c9b00..78b861a 100644 --- a/app/app.pro +++ b/app/app.pro @@ -1,17 +1,18 @@ -###################################################################### -# Automatically generated by qmake (3.1) Tue Apr 24 05:31:07 2018 -###################################################################### +TEMPLATE = app +TARGET = warehouse +QT += quickcontrols2 dbus websockets -TARGET = restriction -INCLUDEPATH += . +DESTDIR = $${OUT_PWD}/../package/root/bin -QT = quickcontrols2 +CONFIG += c++11 link_pkgconfig +PKGCONFIG += qlibhomescreen qlibwindowmanager -CONFIG += link_pkgconfig -PKGCONFIG += libhomescreen qlibwindowmanager +include(../interfaces/interfaces.pri) +include(src/src.pri) -# Input -SOURCES += main.cpp -RESOURCES += main.qrc +OTHER_FILES += \ + main.qml -include(app.pri) \ No newline at end of file +RESOURCES += \ + resources.qrc \ + images/images.qrc