forked from qt-creator/qt-creator
QbsPM: Fix compile with Qt5.6
Change-Id: I21855bfd173ad6e85329d83b2337efc37359be6e Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -56,7 +56,7 @@ using namespace ProjectExplorer;
|
|||||||
namespace QbsProjectManager {
|
namespace QbsProjectManager {
|
||||||
namespace Internal {
|
namespace Internal {
|
||||||
|
|
||||||
static QString configNameKey() { return "Qbs.configName"; }
|
static QString configNameKey() { return QStringLiteral("Qbs.configName"); }
|
||||||
|
|
||||||
const char QBS_BC_ID[] = "Qbs.QbsBuildConfiguration";
|
const char QBS_BC_ID[] = "Qbs.QbsBuildConfiguration";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user