diff options
Diffstat (limited to 'app/app.pro')
-rw-r--r-- | app/app.pro | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app/app.pro b/app/app.pro new file mode 100644 index 0000000..78b861a --- /dev/null +++ b/app/app.pro @@ -0,0 +1,18 @@ +TEMPLATE = app +TARGET = warehouse +QT += quickcontrols2 dbus websockets + +DESTDIR = $${OUT_PWD}/../package/root/bin + +CONFIG += c++11 link_pkgconfig +PKGCONFIG += qlibhomescreen qlibwindowmanager + +include(../interfaces/interfaces.pri) +include(src/src.pri) + +OTHER_FILES += \ + main.qml + +RESOURCES += \ + resources.qrc \ + images/images.qrc |