mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-17 20:16:16 +00:00
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 <gracie.karanja89@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
315a245868
commit
bf882416f9
1 changed files with 2 additions and 2 deletions
|
@ -10,12 +10,12 @@
|
|||
#include <QNetworkProxy>
|
||||
#include <QLibraryInfo>
|
||||
|
||||
#include <QQuickWindow>
|
||||
#include <QQmlApplicationEngine>
|
||||
|
||||
#include "qt-gui.h"
|
||||
|
||||
#ifdef SUBSURFACE_MOBILE
|
||||
#include <QQuickWindow>
|
||||
#include <QQmlApplicationEngine>
|
||||
#include "qt-mobile/qmlmanager.h"
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue