From 6b9d3314bdc1dc7883bd4c1c3846056acd00eab1 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Wed, 20 Nov 2013 13:55:23 +0100 Subject: QML examples: Avoid using release/debug output subdirectory Qt Sensors examples that include additional QML modules fail to run on Windows, because the application located under a debug or release subdirectory does not see the module import path. This change fixes the issue by adjusting examples' DESTDIR on Windows builds. Task-number: QTBUG-33875 Change-Id: Iab8ebc1acd80cf4fe88a7a35b44c42f767da5ccf Reviewed-by: Friedemann Kleint Reviewed-by: Alex Blasche --- examples/sensors/grue/qml.pro | 3 +++ 1 file changed, 3 insertions(+) (limited to 'examples/sensors/grue') diff --git a/examples/sensors/grue/qml.pro b/examples/sensors/grue/qml.pro index 47e21fd8..191098ec 100644 --- a/examples/sensors/grue/qml.pro +++ b/examples/sensors/grue/qml.pro @@ -2,6 +2,9 @@ TEMPLATE = app TARGET = grue_app QT += quick +# Avoid going to release/debug subdirectory +win32: DESTDIR = ./ + SOURCES = main.cpp RESOURCES += \ -- cgit v1.2.3