1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

LP-30 fixed windows debug build

This commit is contained in:
Philippe Renon 2016-01-04 21:36:38 +01:00
parent 6e1224dd38
commit f7271df0e5
2 changed files with 9 additions and 9 deletions

View File

@ -36,7 +36,7 @@ equals(copyosg, 1) {
win32 { win32 {
# set debug suffix if needed # set debug suffix if needed
CONFIG(debug, debug|release):DS = "d" #CONFIG(debug, debug|release):DS = "d"
# copy osg libraries # copy osg libraries
OSG_LIBS = \ OSG_LIBS = \

View File

@ -91,18 +91,18 @@ macx {
win32 { win32 {
LIBS += -L$$OSG_SDK_DIR/lib LIBS += -L$$OSG_SDK_DIR/lib
CONFIG(release, debug|release) { #CONFIG(release, debug|release) {
LIBS += -lOpenThreads LIBS += -lOpenThreads
LIBS += -losg -losgUtil -losgDB -losgGA -losgViewer -losgText LIBS += -losg -losgUtil -losgDB -losgGA -losgViewer -losgText
LIBS += -losgEarth -losgEarthUtil -losgEarthFeatures -losgEarthSymbology -losgEarthAnnotation LIBS += -losgEarth -losgEarthUtil -losgEarthFeatures -losgEarthSymbology -losgEarthAnnotation
LIBS += -losgQt -losgEarthQt LIBS += -losgQt -losgEarthQt
} #}
CONFIG(debug, debug|release) { #CONFIG(debug, debug|release) {
LIBS += -lOpenThreadsd # LIBS += -lOpenThreadsd
LIBS += -losgd -losgUtild -losgDBd -losgGAd -losgViewerd -losgTextd # LIBS += -losgd -losgUtild -losgDBd -losgGAd -losgViewerd -losgTextd
LIBS += -losgEarthd -losgEarthUtild -losgEarthFeaturesd -losgEarthSymbologyd -losgEarthAnnotationd # LIBS += -losgEarthd -losgEarthUtild -losgEarthFeaturesd -losgEarthSymbologyd -losgEarthAnnotationd
LIBS += -losgQtd -losgEarthQtd # LIBS += -losgQtd -losgEarthQtd
} #}
} }
include(copydata.pro) include(copydata.pro)