Commit f47cd61c authored by pixhawk's avatar pixhawk

Fixed compile error in windows if OpalLink libs are not present

parent dfc5d086
...@@ -230,7 +230,7 @@ SOURCES += src/main.cc \ ...@@ -230,7 +230,7 @@ SOURCES += src/main.cc \
RESOURCES = mavground.qrc RESOURCES = mavground.qrc
# Include RT-LAB Library # Include RT-LAB Library
win32 { win32:exists(C:\OPAL-RT\RT-LAB7.2.4\Common\bin) {
LIBS += -LC:\OPAL-RT\RT-LAB7.2.4\Common\bin \ LIBS += -LC:\OPAL-RT\RT-LAB7.2.4\Common\bin \
-lOpalApi -lOpalApi
INCLUDEPATH += src/lib/opalrt INCLUDEPATH += src/lib/opalrt
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment