forked from qt-creator/qt-creator
Export Qt plugin path to QBS configuration.
Change-Id: I14c4315b6a5029723c2940c05160551361b91dd3 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com> Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Tobias Hunger
parent
00a80839b3
commit
be0022d495
@@ -58,6 +58,7 @@ QVariantMap DefaultPropertyProvider::properties(const ProjectExplorer::Kit *k, c
|
||||
data.insert(QLatin1String(QTCORE_DOCPATH), qt->docsPath().toUserOutput());
|
||||
data.insert(QLatin1String(QTCORE_INCPATH), qt->headerPath().toUserOutput());
|
||||
data.insert(QLatin1String(QTCORE_LIBPATH), qt->libraryPath().toUserOutput());
|
||||
data.insert(QLatin1String(QTCORE_PLUGINPATH), qt->pluginPath().toUserOutput());
|
||||
Utils::FileName mkspecPath = qt->mkspecsPath();
|
||||
mkspecPath.appendPath(qt->mkspec().toString());
|
||||
data.insert(QLatin1String(QTCORE_MKSPEC), mkspecPath.toUserOutput());
|
||||
|
||||
Reference in New Issue
Block a user