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:
@@ -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
|
||||
{
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user