QbsPM: Fix compile with Qt5.6

Change-Id: I21855bfd173ad6e85329d83b2337efc37359be6e
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Christian Stenger
2017-06-14 12:29:42 +02:00
parent 18bdbe1b0f
commit 706da24733

View File

@@ -56,7 +56,7 @@ using namespace ProjectExplorer;
namespace QbsProjectManager {
namespace Internal {
static QString configNameKey() { return "Qbs.configName"; }
static QString configNameKey() { return QStringLiteral("Qbs.configName"); }
const char QBS_BC_ID[] = "Qbs.QbsBuildConfiguration";