Changed lib for dlopen

This commit is contained in:
2026-01-04 15:14:22 +01:00
parent c63e9fa428
commit aef6c641d1
2 changed files with 5 additions and 3 deletions

View File

@@ -19,11 +19,12 @@ linux:contains(QT_ARCH, arm.*) {
#INCLUDEPATH += /usr/local/include \
# /home/pi/my_custom_drivers/include
# not used at the moment
# 2. Bibliotheken linken
# -L sagt dem Linker WO er suchen soll
# -l sagt dem Linker WAS er nehmen soll (z.B. libwiringPi.so -> -lwiringPi)
LIBS += -L/usr/lib \
-lmhstcan
#LIBS += -L/usr/lib \
# -lmhstcan
# Optional: Spezielle Compiler-Flags für den Pi (Optimierung)