Details
Description
If I set dynamicLibraries like this:
cpp.dynamicLibraries: ['R']
I get linker call like this:
.../qtc_Qt5_Desk_77dac463-debug/ComLib.qtc-Qt5-Desk-77dac463.e032ee49/.socopy/libComLib.so R /usr/lib64/libQt5Network.so.5.6.1 ...
But it definitely must be -lR
It is definitely problem with 'R' , because 'r' or 'Q' produces correct call
Unfortunately, it is name of real library (core library of R language), so I won't be the only person who struggle from that issue.