A little bug in QtCreator3.4.2(OpenS) (Windows8.1, ChineseEnvironment)
-
Hi Everyone,
I found a little bug in QtCreator 3.4.2 while I using a wizard to import external libraries to project.
When I using an absolute path to import libraries, PRO file will add a "$$PWD/" before the path.
Then I may receive a "No such file or directory" error in import path.
You must remove "$$PWD/" in LIBS, INCLUDEPATH and DEPENDPATH:Before: LIBS += -L$$PWD/D:/Program/SomeComponenties/lib -lSCLIB #LINK ERROR
After: LIBS += -LD:/Program/SomeComponenties/lib -lSCLIB #SUCCESS -
Hi Everyone,
I found a little bug in QtCreator 3.4.2 while I using a wizard to import external libraries to project.
When I using an absolute path to import libraries, PRO file will add a "$$PWD/" before the path.
Then I may receive a "No such file or directory" error in import path.
You must remove "$$PWD/" in LIBS, INCLUDEPATH and DEPENDPATH:Before: LIBS += -L$$PWD/D:/Program/SomeComponenties/lib -lSCLIB #LINK ERROR
After: LIBS += -LD:/Program/SomeComponenties/lib -lSCLIB #SUCCESS -
Hi and welcome to devnet,
Can you check if that still happens with the current version (3.6)
-
Hi and welcome to devnet,
Can you check if that still happens with the current version (3.6)
-
Hi and welcome to devnet,
Can you check if that still happens with the current version (3.6)
-
I get a bad request on your link but since it still does behave like that, you should then take a look at the bug report system to see if it's something known. If not please consider opening a new bug report for Qt Creator providing your system specification and a step by step guide to reproduce that.
-
I get a bad request on your link but since it still does behave like that, you should then take a look at the bug report system to see if it's something known. If not please consider opening a new bug report for Qt Creator providing your system specification and a step by step guide to reproduce that.
-
Thanks !