From b8b341cb805502bd0cc4a61d67aebe9984f59eb4 Mon Sep 17 00:00:00 2001 From: Andreas Holzammer Date: Thu, 31 Oct 2013 14:03:54 +0100 Subject: Unambiguous example name For the example a QML plugin with the same name is created, which just differs in case. Windows does not support case sensitive files/folders. So QNX compile under windows fails. Change-Id: I20283fd9ebb125475c5e7ba19a35a67569785c69 Reviewed-by: Alex Blasche --- examples/sensors/grue/qml.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/sensors/grue/qml.pro b/examples/sensors/grue/qml.pro index ff0963f..47e21fd 100644 --- a/examples/sensors/grue/qml.pro +++ b/examples/sensors/grue/qml.pro @@ -1,5 +1,5 @@ TEMPLATE = app -TARGET = grue +TARGET = grue_app QT += quick SOURCES = main.cpp -- cgit v1.2.1