1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-29 14:52:12 +01:00

OP-179: final fix (builds on Linux and Windows)

This commit is contained in:
Oleg Semyonov 2011-05-09 20:09:00 +03:00
parent 75c5761506
commit 1cae0cd167
2 changed files with 4 additions and 3 deletions

View File

@ -3,8 +3,6 @@ TARGET = opmapwidget
DEFINES += OPMAPWIDGET_LIBRARY
include(../../../../openpilotgcslibrary.pri)
include(../../../utils/utils.pri)
# DESTDIR = ../build
SOURCES += mapgraphicitem.cpp \
opmapwidget.cpp \
@ -23,6 +21,9 @@ LIBS += -L../build \
-linternals \
-lcore
# order of linking matters
include(../../../utils/utils.pri)
POST_TARGETDEPS += ../build/libcore.a
POST_TARGETDEPS += ../build/libinternals.a

View File

@ -1 +1 @@
LIBS += -lcore -l$$qtLibraryTarget(Utils)
LIBS += -l$$qtLibraryTarget(Utils)