forked from qt-creator/qt-creator
fix usage of qt deployment paths
QT_INSTALL_*/dev properties have been added to qmake a while ago. catch up with that. Change-Id: I2bda68a1d4700c762a3d12600ac6aba123d4d0f8 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -148,7 +148,7 @@ void QnxQtVersion::addToEnvironment(const ProjectExplorer::Kit *k, Utils::Enviro
|
||||
updateEnvironment();
|
||||
env.modify(m_qnxEnv);
|
||||
|
||||
env.prependOrSetLibrarySearchPath(qmakeProperty("QT_INSTALL_LIBS")); // FIXME: PropertyVariantDev
|
||||
env.prependOrSetLibrarySearchPath(qmakeProperty("QT_INSTALL_LIBS", PropertyVariantDev));
|
||||
}
|
||||
|
||||
Utils::Environment QnxQtVersion::qmakeRunEnvironment() const
|
||||
|
||||
Reference in New Issue
Block a user