mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-05 21:52:10 +01:00
OP-179: final fix (builds on Linux and Windows)
This commit is contained in:
parent
75c5761506
commit
1cae0cd167
@ -3,8 +3,6 @@ TARGET = opmapwidget
|
|||||||
DEFINES += OPMAPWIDGET_LIBRARY
|
DEFINES += OPMAPWIDGET_LIBRARY
|
||||||
include(../../../../openpilotgcslibrary.pri)
|
include(../../../../openpilotgcslibrary.pri)
|
||||||
|
|
||||||
include(../../../utils/utils.pri)
|
|
||||||
|
|
||||||
# DESTDIR = ../build
|
# DESTDIR = ../build
|
||||||
SOURCES += mapgraphicitem.cpp \
|
SOURCES += mapgraphicitem.cpp \
|
||||||
opmapwidget.cpp \
|
opmapwidget.cpp \
|
||||||
@ -23,6 +21,9 @@ LIBS += -L../build \
|
|||||||
-linternals \
|
-linternals \
|
||||||
-lcore
|
-lcore
|
||||||
|
|
||||||
|
# order of linking matters
|
||||||
|
include(../../../utils/utils.pri)
|
||||||
|
|
||||||
POST_TARGETDEPS += ../build/libcore.a
|
POST_TARGETDEPS += ../build/libcore.a
|
||||||
POST_TARGETDEPS += ../build/libinternals.a
|
POST_TARGETDEPS += ../build/libinternals.a
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
LIBS += -lcore -l$$qtLibraryTarget(Utils)
|
LIBS += -l$$qtLibraryTarget(Utils)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user