update qbs submodule

Also adjust the qbs plugin to changes.

Change-Id: I26f9beca50ceac1fd6b64ca79fe9881096afa1ce
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
This commit is contained in:
Joerg Bornemann
2013-04-17 14:16:22 +02:00
parent 0bc2d64f1a
commit 1526011f32
2 changed files with 8 additions and 8 deletions

View File

@@ -53,13 +53,13 @@ const char PROFILE_LIST[] = "preferences.qtcreator.kit.";
const char PROFILES_PREFIX[] = "profiles."; const char PROFILES_PREFIX[] = "profiles.";
// Qt related settings: // Qt related settings:
const char QTCORE_BINPATH[] = ".qt.core.binPath"; const char QTCORE_BINPATH[] = ".Qt.core.binPath";
const char QTCORE_INCPATH[] = ".qt.core.incPath"; const char QTCORE_INCPATH[] = ".Qt.core.incPath";
const char QTCORE_LIBPATH[] = ".qt.core.libPath"; const char QTCORE_LIBPATH[] = ".Qt.core.libPath";
const char QTCORE_VERSION[] = ".qt.core.version"; const char QTCORE_VERSION[] = ".Qt.core.version";
const char QTCORE_NAMESPACE[] = ".qt.core.namespace"; const char QTCORE_NAMESPACE[] = ".Qt.core.namespace";
const char QTCORE_LIBINFIX[] = ".qt.core.libInfix"; const char QTCORE_LIBINFIX[] = ".Qt.core.libInfix";
const char QTCORE_MKSPEC[] = ".qt.core.mkspecPath"; const char QTCORE_MKSPEC[] = ".Qt.core.mkspecPath";
// Toolchain related settings: // Toolchain related settings: