From e38212eade0e764e1b48cccfe64db39e89633cec Mon Sep 17 00:00:00 2001 From: Uwe Kindler Date: Wed, 24 Apr 2024 07:53:30 +0200 Subject: [PATCH] Removed unused library and added doc in demo.pro for library search path --- demo/demo.pro | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/demo/demo.pro b/demo/demo.pro index d9919cc..8f07b0f 100644 --- a/demo/demo.pro +++ b/demo/demo.pro @@ -1,6 +1,5 @@ ADS_OUT_ROOT = $${OUT_PWD}/.. -include($$(cetoni_repository)/build/qt/qtprojectsettings/common.pri) TARGET = AdvancedDockingSystemDemo DESTDIR = $${ADS_OUT_ROOT}/lib @@ -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