Skip to content

Commit

Permalink
Removed unused library and added doc in demo.pro for library search path
Browse files Browse the repository at this point in the history
  • Loading branch information
githubuser0xFFFF committed Apr 24, 2024
1 parent 8eb200b commit e38212e
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions demo/demo.pro
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
ADS_OUT_ROOT = $${OUT_PWD}/..

include($$(cetoni_repository)/build/qt/qtprojectsettings/common.pri)

TARGET = AdvancedDockingSystemDemo
DESTDIR = $${ADS_OUT_ROOT}/lib
Expand Down Expand Up @@ -67,15 +66,13 @@ LIBS *= -lopengl32
CONFIG(debug, debug|release){
LIBS *= -llibSoQtd \
-llibCoin-80d \
-llibrlmdld \
-llibrlsgd \
-llibsolid3_d \
-lquarterd
}else{
LIBS *= -llibSoQt \
-llibCoin-80 \
-llibrlmdl \
-llibrlsg \
-llibsolid3 \
-lquarter
}

# Add your library search path for external libraries here that contain the
# coin3d libraries
#LIBS *= -LC:/CodingXP/mingw1120_64_qt6/usr/bin

0 comments on commit e38212e

Please sign in to comment.