warehouse for ces2019
[apps/onscreenapp.git] / app / app.pro
index 22c9b00..78b861a 100644 (file)
@@ -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