OSDN Git Service

Fixes: Find docs on Windows
authorDaniel Molkentin <daniel.molkentin@nokia.com>
Thu, 22 Jan 2009 13:18:28 +0000 (14:18 +0100)
committerDaniel Molkentin <daniel.molkentin@nokia.com>
Thu, 22 Jan 2009 13:18:54 +0000 (14:18 +0100)
src/plugins/help/helpplugin.cpp

index a22cc1f..9e07f46 100644 (file)
@@ -446,7 +446,7 @@ void HelpPlugin::extensionsInitialized()
 #if defined(Q_OS_MAC)
             + QLatin1String("/../Resources/doc/qtcreator.qch"));
 #else
-            + QLatin1String("/../doc/qtcreator.qch"));
+            + QLatin1String("../../share/doc/qtcreator/qtcreator.qch"));
 #endif
         QHelpEngineCore hc(fi.absoluteFilePath());
         hc.setupData();