Add LIBS-paths to PATH before running on windows.
On windows when linking to a library via -L/some/path, the library is found in /some/path while linking. But running that app fails, since it can't find the library. We now adjust PATH to include all paths from LIBS and thus the library is found.
Showing
- src/plugins/qt4projectmanager/qt4nodes.cpp 12 additions, 0 deletionssrc/plugins/qt4projectmanager/qt4nodes.cpp
- src/plugins/qt4projectmanager/qt4nodes.h 3 additions, 1 deletionsrc/plugins/qt4projectmanager/qt4nodes.h
- src/plugins/qt4projectmanager/qt4runconfiguration.cpp 10 additions, 0 deletionssrc/plugins/qt4projectmanager/qt4runconfiguration.cpp
Loading
Please register or sign in to comment