1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-02 10:24:11 +01:00

OP37/GCS MapLib - Small change to force static lib relink on change.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2636 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
zedamota 2011-01-31 13:09:06 +00:00 committed by zedamota
parent b13648da36
commit 8297f0e43e

View File

@ -18,6 +18,10 @@ LIBS += -L../build \
-lcore \
-linternals \
-lcore
TARGETDEPS += ../build/libcore.a
TARGETDEPS += ../build/libinternals.a
HEADERS += mapgraphicitem.h \
opmapwidget.h \
configuration.h \