mirror of
git://projects.qi-hardware.com/nanomap.git
synced 2025-04-21 12:27:27 +03:00
first try to fix building with OpenWRT toolchain that does not include QtCore and QtGui in the include path
This commit is contained in:
@@ -22,7 +22,7 @@ along with MoNav. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "utils/coordinates.h"
|
||||
#include <vector>
|
||||
#include <QMultiHash>
|
||||
#include <QtCore/QMultiHash>
|
||||
#include <algorithm>
|
||||
|
||||
static uint qHash( const UnsignedCoordinate& key )
|
||||
|
||||
@@ -20,11 +20,11 @@ along with MoNav. If not, see <http://www.gnu.org/licenses/>.
|
||||
#ifndef QTHELPERS_H
|
||||
#define QTHELPERS_H
|
||||
|
||||
#include <QFile>
|
||||
#include <QtDebug>
|
||||
#include <QDataStream>
|
||||
#include <QTime>
|
||||
#include <QDir>
|
||||
#include <QtCore/QFile>
|
||||
#include <QtCore/QtDebug>
|
||||
#include <QtCore/QDataStream>
|
||||
#include <QtCore/QTime>
|
||||
#include <QtCore/QDir>
|
||||
|
||||
static inline QString fileInDirectory( QString directory, QString filename )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user