1
0
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:
Niels
2010-11-17 14:11:42 +01:00
parent bdecafa5bd
commit da88ec21cd
16 changed files with 39 additions and 39 deletions

View File

@@ -21,8 +21,8 @@ along with MoNav. If not, see <http://www.gnu.org/licenses/>.
#define IADDRESSLOOKUP_H
#include "utils/coordinates.h"
#include <QtPlugin>
#include <QVector>
#include <QtCore/QtPlugin>
#include <QtCore/QVector>
class IAddressLookup
{

View File

@@ -22,8 +22,8 @@ along with MoNav. If not, see <http://www.gnu.org/licenses/>.
#include "utils/config.h"
#include "utils/coordinates.h"
#include <QtPlugin>
#include <QVector>
#include <QtCore/QtPlugin>
#include <QtCore/QVector>
class IGPSLookup
{

View File

@@ -23,8 +23,8 @@ along with MoNav. If not, see <http://www.gnu.org/licenses/>.
#include "utils/config.h"
#include "utils/coordinates.h"
#include "interfaces/igpslookup.h"
#include <QtPlugin>
#include <QVector>
#include <QtCore/QtPlugin>
#include <QtCore/QVector>
class IRouter
{