summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGareth Stockwell <ext-gareth.stockwell@nokia.com>2012-03-12 12:57:37 +0000
committerQt by Nokia <qt-info@nokia.com>2012-03-19 20:16:04 +0100
commit9ea1d51c481f0b400e4d2609d62a664035395857 (patch)
tree3a0ebb5a339f6225a3eab03a2837682d8e08d274
parent10df7967d996f4ec54744a8dd48e41b318377e73 (diff)
Include generic ARM qplatformdefs.h in linux-g++-maemo mkspec
qmake.conf already includes the linux-arm-gnueabi-g++ configuration; this patch does the same for the platformdefs.h header. Change-Id: I14ee4e406e8c00ae1a57140676f60d030daba18f Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-rw-r--r--mkspecs/linux-g++-maemo/qplatformdefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/linux-g++-maemo/qplatformdefs.h b/mkspecs/linux-g++-maemo/qplatformdefs.h
index de2a70c2bf..c57f3f1015 100644
--- a/mkspecs/linux-g++-maemo/qplatformdefs.h
+++ b/mkspecs/linux-g++-maemo/qplatformdefs.h
@@ -39,7 +39,7 @@
**
****************************************************************************/
-#include "../linux-g++/qplatformdefs.h"
+#include "../linux-arm-gnueabi-g++/qplatformdefs.h"
#define QT_GUI_DOUBLE_CLICK_RADIUS 20
#define QT_GUI_DRAG_DISTANCE 16