From bf882416f92fef648f8951a55b4b06dacf56bc3b Mon Sep 17 00:00:00 2001 From: Grace Karanja Date: Fri, 5 Jun 2015 07:46:24 +0300 Subject: Only include Qt Quick when on mobile In qt-gui.cpp, move the Qt Quick includes so that they will only be used when on cmake SUBSURFACE_MOBILE is True. Signed-off-by: Grace Karanja Signed-off-by: Dirk Hohndel --- qt-gui.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qt-gui.cpp b/qt-gui.cpp index ed893c12e..9b6c1051c 100644 --- a/qt-gui.cpp +++ b/qt-gui.cpp @@ -10,12 +10,12 @@ #include #include -#include -#include #include "qt-gui.h" #ifdef SUBSURFACE_MOBILE + #include + #include #include "qt-mobile/qmlmanager.h" #endif -- cgit v1.2.3-70-g09d2