Previous should be the usual "+=", not "=+=".
Previous should be the usual "+=", not "=+=".
Are you solved the problem? Could you tell me how? I'm having the same issue to share the project...
Can you show your .pro file, and list of libraries that you use?
simple, here is using absolute path :
LIBS += -L"E:\PROJECT\C++\QT\Sample\Curl\lib" -lcurldll
and here is using relative path :
LIBS += -L$$PWD\lib -lcurldll
Bookmarks