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>bb10
parent
10df7967d9
commit
9ea1d51c48
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue