forked from qt-creator/qt-creator
Fixes: Find docs on Windows
This commit is contained in:
@@ -446,7 +446,7 @@ void HelpPlugin::extensionsInitialized()
|
|||||||
#if defined(Q_OS_MAC)
|
#if defined(Q_OS_MAC)
|
||||||
+ QLatin1String("/../Resources/doc/qtcreator.qch"));
|
+ QLatin1String("/../Resources/doc/qtcreator.qch"));
|
||||||
#else
|
#else
|
||||||
+ QLatin1String("/../doc/qtcreator.qch"));
|
+ QLatin1String("../../share/doc/qtcreator/qtcreator.qch"));
|
||||||
#endif
|
#endif
|
||||||
QHelpEngineCore hc(fi.absoluteFilePath());
|
QHelpEngineCore hc(fi.absoluteFilePath());
|
||||||
hc.setupData();
|
hc.setupData();
|
||||||
|
|||||||
Reference in New Issue
Block a user