1
0
mirror of git://projects.qi-hardware.com/nanomap.git synced 2025-04-21 12:27:27 +03:00

Revert "first try to fix building with OpenWRT toolchain that does not include QtCore and QtGui in the include path"

This reverts commit da88ec21cd.

This was not the right solution
This commit is contained in:
Niels
2010-11-17 22:05:12 +01:00
parent 88239a2deb
commit f1a2430393
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 <QtCore/QtPlugin>
#include <QtCore/QVector>
#include <QtPlugin>
#include <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 <QtCore/QtPlugin>
#include <QtCore/QVector>
#include <QtPlugin>
#include <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 <QtCore/QtPlugin>
#include <QtCore/QVector>
#include <QtPlugin>
#include <QVector>
class IRouter
{