diff options
author | Andreas Holzammer <andreas.holzammer@kdab.com> | 2013-10-31 14:03:54 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-11-04 10:51:13 +0100 |
commit | b8b341cb805502bd0cc4a61d67aebe9984f59eb4 (patch) | |
tree | 2471545b9d419b77ad686431d4b7cbcd780f88de | |
parent | 243064b1226e08943b1bf4103f555202c2cfe3bf (diff) | |
download | qtsensors-b8b341cb805502bd0cc4a61d67aebe9984f59eb4.tar.gz qtsensors-b8b341cb805502bd0cc4a61d67aebe9984f59eb4.tar.bz2 qtsensors-b8b341cb805502bd0cc4a61d67aebe9984f59eb4.zip |
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 <alexander.blasche@digia.com>
-rw-r--r-- | examples/sensors/grue/qml.pro | 2 |
1 files changed, 1 insertions, 1 deletions
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 |