From e287915eb78286f68f3c40ef77696a9b294876fd Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Fri, 6 Jul 2018 11:45:29 +0200 Subject: Add better qt-creator target names for examples As all qface examples have the same structure we end up with multiple "demo" targets in QtCreator otherwise. Change-Id: Ie12ca791a09f5fb2175dab1399cc4cbab56d98bc Reviewed-by: Robert Griebl --- examples/ivicore/qface-ivi-climate/demo/demo.pro | 1 + examples/ivicore/qface-ivi-remote/demo/demo.pro | 1 + 2 files changed, 2 insertions(+) (limited to 'examples') diff --git a/examples/ivicore/qface-ivi-climate/demo/demo.pro b/examples/ivicore/qface-ivi-climate/demo/demo.pro index 4f9c1ef..6bc3bc1 100644 --- a/examples/ivicore/qface-ivi-climate/demo/demo.pro +++ b/examples/ivicore/qface-ivi-climate/demo/demo.pro @@ -1,4 +1,5 @@ TARGET = qface-ivi-climate +QMAKE_PROJECT_NAME = $$TARGET TEMPLATE = app QT += qml quick diff --git a/examples/ivicore/qface-ivi-remote/demo/demo.pro b/examples/ivicore/qface-ivi-remote/demo/demo.pro index 5a85a7c..4380fba 100644 --- a/examples/ivicore/qface-ivi-remote/demo/demo.pro +++ b/examples/ivicore/qface-ivi-remote/demo/demo.pro @@ -1,4 +1,5 @@ TARGET = qface-ivi-remote +QMAKE_PROJECT_NAME = $$TARGET TEMPLATE = app QT += qml quick -- cgit v1.2.1