forked from qt-creator/qt-creator
Fix DOCPATH on non-Mac builds
Reviewed-by: kh1
This commit is contained in:
@@ -89,7 +89,7 @@ using namespace Help::Internal;
|
||||
#if defined(Q_OS_MAC)
|
||||
# define DOCPATH "/../Resources/doc/"
|
||||
#else
|
||||
# define DOCPATH "../../share/doc/qtcreator/"
|
||||
# define DOCPATH "/../share/doc/qtcreator/"
|
||||
#endif
|
||||
|
||||
HelpPlugin::HelpPlugin()
|
||||
|
||||
Reference in New Issue
Block a user