From 4ee66285d98debbd2065239c3230163153ed2f88 Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Tue, 25 Jul 2017 22:01:00 +0200 Subject: [PATCH] project file updated --- examples/automotive/automotive.pro | 2 +- examples/examples.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/automotive/automotive.pro b/examples/automotive/automotive.pro index 988ed197..8cdc0140 100644 --- a/examples/automotive/automotive.pro +++ b/examples/automotive/automotive.pro @@ -1,6 +1,6 @@ include( $${PWD}/../examples.pri ) -TARGET = hmi-demo +TARGET = automotive HEADERS += \ MainWindow.h \ diff --git a/examples/examples.pro b/examples/examples.pro index e691a3f0..bee6691b 100644 --- a/examples/examples.pro +++ b/examples/examples.pro @@ -4,10 +4,10 @@ TEMPLATE = subdirs # c++ SUBDIRS += \ + automotive \ qvgviewer \ desktop \ dialogbuttons \ - hmi-demo \ layouts \ listbox \ messagebox \