diff --git a/src/misc.h b/src/misc.h index aac2b09d7..5e998918d 100644 --- a/src/misc.h +++ b/src/misc.h @@ -44,7 +44,6 @@ #include #include #include -#include #include #include @@ -52,6 +51,7 @@ #include #else #include +#include #endif #ifdef Q_WS_WIN @@ -266,6 +266,7 @@ public: #endif } +#ifndef DISABLE_GUI // Get screen center static QPoint screenCenter(QWidget *win) { int scrn = 0; @@ -281,6 +282,7 @@ public: QRect desk(QApplication::desktop()->availableGeometry(scrn)); return QPoint((desk.width() - win->frameGeometry().width()) / 2, (desk.height() - win->frameGeometry().height()) / 2); } +#endif static QString searchEngineLocation() { QString location = QDir::cleanPath(QDesktopServicesDataLocation()