Fix DOCPATH on non-Mac builds

Reviewed-by: kh1
This commit is contained in:
Tobias Hunger
2010-03-11 12:16:08 +01:00
parent 60995cf0ab
commit 999323c032

View File

@@ -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()