summaryrefslogtreecommitdiffstats
path: root/app_client_examples/telemetry-cloud-app/app/app.pro
diff options
context:
space:
mode:
authorAndrey Shamanin <andrei.shamanin@orioninc.com>2020-10-16 11:17:53 +0300
committerAndrey Shamanin <andrei.shamanin@orioninc.com>2020-10-16 11:21:30 +0300
commit87c68a6bc0d655e796484d110fa5336322b171d0 (patch)
tree98891fb8c0090e59f7a9b6904a9d59f04e5b0e02 /app_client_examples/telemetry-cloud-app/app/app.pro
parent329d8ba3fb46b8afc803ad4a9b286cd26141f2f8 (diff)
Bug-AGL: SPEC-3481 Signed-off-by: Andrey Shamanin <andrei.shamanin@orioninc.com> Change-Id: I071d94a9dc2e1f455119124c1185bf135f4c5b78
Diffstat (limited to 'app_client_examples/telemetry-cloud-app/app/app.pro')
-rwxr-xr-xapp_client_examples/telemetry-cloud-app/app/app.pro35
1 files changed, 0 insertions, 35 deletions
diff --git a/app_client_examples/telemetry-cloud-app/app/app.pro b/app_client_examples/telemetry-cloud-app/app/app.pro
deleted file mode 100755
index 351d89d..0000000
--- a/app_client_examples/telemetry-cloud-app/app/app.pro
+++ /dev/null
@@ -1,35 +0,0 @@
-TARGET = telemetrycloudapp
-QT += core gui gui-private
-
-greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
-
-DEFINES += QT_DEPRECATED_WARNINGS
-
-SOURCES = main.cpp \
- mainwindow.cpp \
- TelemetryWorker.cpp \
- cloudproxy-client/cloudproxyclient.cpp
-
-HEADERS += mainwindow.h \
- ui_mainwindow.h \
- TelemetryWorker.h \
- cloudproxy-client/cloudproxyclient.h \
- cloudproxy-client/hmi-debug.h
-
-CONFIG += link_pkgconfig
-PKGCONFIG += libhomescreen qlibwindowmanager qtappfw-core
-
-CONFIG(release, debug|release) {
- QMAKE_POST_LINK = $(STRIP) --strip-unneeded $(TARGET)
-}
-
-LIBS += -ljson-c -lafbwsc -lsystemd
-
-RESOURCES += \
- images/images.qrc
-
-include(app.pri)
-
-DISTFILES += \
- images/AGL_HMI_Blue_Background_NoCar-01.png
-