Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.2.0, 5.2.1
-
None
-
Win32, win64 MSVC 2012
-
2c90d97a7bddf460b12d3f68acb28c1d213345e6,61f865be00e18111348641eff35cf34f83e70c13
Description
I build Qt staticaly from D:\dev\Qt\src\qt-everywhere-opensource-src-5.2.1 with prefix: D:\dev\Qt\5.2.1-static-x86
But in every prl files in plugins directory contains paths to source build path instead prefix:
For example qwindows.prl:
... QMAKE_PRL_LIBS = winspool.lib shlwapi.lib rpcrt4.lib /LIBPATH:D:\\dev\\Qt\\src\\qt-everywhere-opensource-src-5.2.1\\qtbase\\lib D:\\dev\\Qt\\src\\qt-everywhere-opensource-src-5.2.1\\qtbase\\lib\\Qt5PlatformSupport.lib D:\\dev\\Qt\\src\\qt-everywhere-opensource-src-5.2.1\\qtbase\\lib\\Qt5Gui.lib gdi32.lib comdlg32.lib oleaut32.lib imm32.lib winmm.lib D:\\dev\\Qt\\src\\qt-everywhere-opensource-src-5.2.1\\qtbase\\lib\\Qt5Core.lib kernel32.lib user32.lib shell32.lib uuid.lib ole32.lib advapi32.lib ws2_32.lib
LIBPATH bust be D:\dev\Qt\5.2.1-static-x86\lib