From 9ea1d51c481f0b400e4d2609d62a664035395857 Mon Sep 17 00:00:00 2001 From: Gareth Stockwell Date: Mon, 12 Mar 2012 12:57:37 +0000 Subject: 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 --- mkspecs/linux-g++-maemo/qplatformdefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkspecs/linux-g++-maemo/qplatformdefs.h') 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 -- cgit v1.2.3