Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
None
-
Qt Creator 4.0.3
-
None
-
Windows 10, Qt 5.6, MSVC2015, Qt Creator 4.0.3
-
0b58d7435e6bfb07cb30fd240eaefe2a1121878e
Description
When a library is added to the pro file via the "Add Library" wizard, the path of library is wrong when different harddisk drives are used, e. g. the library is on drive C:/..., but the project is on drive D:/...
The output in the pro file is:
win32: LIBS += -L$PWD/C:/Test/Example/lib/ -lexampleLib
INCLUDEPATH += $PWD/C:/Test/Example/include
DEPENDPATH += $PWD/C:/Test/Example/include
Attachments
Issue Links
- is duplicated by
-
QTCREATORBUG-8413 Using "Add Library" wizard with library on different drive causes build error
-
- Closed
-
-
QTCREATORBUG-15732 Add Library wizard adds $$PWD before absolute paths
-
- Closed
-