1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-03-15 07:29:15 +01:00

LP-29 fixed typos

This commit is contained in:
Philippe Renon 2016-01-12 02:32:25 +01:00
parent c0613fe6d0
commit b4f4cd48f0
2 changed files with 3 additions and 3 deletions

View File

@ -78,7 +78,7 @@ osg:win32 {
libosgWidget$${DS}.dll
for(lib, OSG_LIBS) {
addCopyFileTarget($$lib},$${OSG_SDK_DIR}/bin,$${GCS_APP_PATH})
addCopyFileTarget($${lib},$${OSG_SDK_DIR}/bin,$${GCS_APP_PATH})
}
# osg plugins

View File

@ -23,7 +23,7 @@ osg {
win32 {
LIBS += -L$$OSG_SDK_DIR/lib
LIBS += -lOpenThreads$DS -losg$DS -losgUtil$DS -losgDB$DS -losgGA$DS -losgFX$DS -losgViewer$DS -losgText$DS -losgQt$DS
LIBS += -lOpenThreads$${DS} -losg$${DS} -losgUtil$${DS} -losgDB$${DS} -losgGA$${DS} -losgFX$${DS} -losgViewer$${DS} -losgText$${DS} -losgQt$${DS}
}
}
@ -40,6 +40,6 @@ osgearth {
win32 {
LIBS += -L$$OSGEARTH_SDK_DIR/lib
LIBS += -losgEarth$DS -losgEarthUtil$DS -losgEarthFeatures$DS -losgEarthSymbology$DS -losgEarthAnnotation$DS -losgEarthQt$DS
LIBS += -losgEarth$${DS} -losgEarthUtil$${DS} -losgEarthFeatures$${DS} -losgEarthSymbology$${DS} -losgEarthAnnotation$${DS} -losgEarthQt$${DS}
}
}