Closed benardp closed 2 years ago
The examples were not compiling with Qt 6 due to the missing TARGET / LIB_NAME in the .pro / .pri files when the library is suffixed with the Qt version.
TARGET
LIB_NAME
.pro
.pri
Thank you for your contribution
The examples were not compiling with Qt 6 due to the missing
TARGET
/LIB_NAME
in the.pro
/.pri
files when the library is suffixed with the Qt version.