From acbe469322d0ab4aac863192ca5bf6fe1feedaed Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Thu, 24 Nov 2011 08:46:23 +0100 Subject: QtSensors: Fix compilation of examples/warnings on Windows. - Fix double->float truncation in tests - Use -rdynamic for g++ only - Introduce EXPORT macro in grue library for Windows to work - Add DESTDIR for the grue lib (to prevent it from ending up in the debug/release subfolders, respectively Change-Id: I3b902b501483c92639c0a6252240db4ed8a4a00d Sanity-Review: Qt Sanity Bot Reviewed-by: Lincoln Ramsay --- examples/sensors/grue/console_app/console_app.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/sensors/grue/console_app/console_app.pro') diff --git a/examples/sensors/grue/console_app/console_app.pro b/examples/sensors/grue/console_app/console_app.pro index fefc015..33d4317 100644 --- a/examples/sensors/grue/console_app/console_app.pro +++ b/examples/sensors/grue/console_app/console_app.pro @@ -1,5 +1,6 @@ TEMPLATE=app TARGET=detect_grue +CONFIG += console QT=core sensors SOURCES=main.cpp -- cgit v1.2.1