From: Oswald Buddenhagen Date: Mon, 5 Mar 2012 20:03:09 +0000 (+0100) Subject: fix relative default examples path X-Git-Tag: qt-v5.0.0-alpha1~535 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=092a270afde4fade3dbe36fde7156e5a462a13cb;p=profile%2Fivi%2Fqtbase.git fix relative default examples path copy&pasto ... Change-Id: I73ab90f31f2a2250abe1ec9aeea975122ff319cb Reviewed-by: Joerg Bornemann Reviewed-by: Mark Brand --- diff --git a/src/corelib/global/qlibraryinfo.cpp b/src/corelib/global/qlibraryinfo.cpp index 4caacec..cb4e0e7 100644 --- a/src/corelib/global/qlibraryinfo.cpp +++ b/src/corelib/global/qlibraryinfo.cpp @@ -226,7 +226,7 @@ static const struct { { "Imports", "imports" }, { "Data", "" }, { "Translations", "translations" }, - { "Examples", "" }, + { "Examples", "examples" }, { "Tests", "tests" }, #ifdef QT_BUILD_QMAKE { "Sysroot", "" },