summaryrefslogtreecommitdiffstats
path: root/mkspecs/devices
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@digia.com>2014-01-20 17:06:15 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-20 19:34:58 +0100
commitad5577df06c3ace44684333a8b1a843716a75a0d (patch)
tree4257bdcb506e6777774cd3fba1ff02fb708efc90 /mkspecs/devices
parent38813a3b328390fc3f1ff0f9201300edd6ff6f29 (diff)
Fix eglfs compilation on raspi
For some reason the Raspberry Pi hook includes qeglfscursor.h even though it is not necessary. Remove this because the file got moved to eglconvenience. Change-Id: Ia65f5a8366d750f93eacee49004219e664b52af2 Reviewed-by: Andy Nichols <andy.nichols@digia.com>
Diffstat (limited to 'mkspecs/devices')
-rw-r--r--mkspecs/devices/linux-rasp-pi-g++/qeglfshooks_pi.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/mkspecs/devices/linux-rasp-pi-g++/qeglfshooks_pi.cpp b/mkspecs/devices/linux-rasp-pi-g++/qeglfshooks_pi.cpp
index 5e57ba382a..6cee63abbc 100644
--- a/mkspecs/devices/linux-rasp-pi-g++/qeglfshooks_pi.cpp
+++ b/mkspecs/devices/linux-rasp-pi-g++/qeglfshooks_pi.cpp
@@ -40,7 +40,6 @@
****************************************************************************/
#include "qeglfshooks.h"
-#include "qeglfscursor.h"
#include <QtDebug>