diff options
author | Marius Kintel <marius@kintel.net> | 2013-10-07 22:47:08 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-10-07 22:47:08 (GMT) |
commit | aa1752a3a00c25649b290102fad745af1d3b4887 (patch) | |
tree | 2b6df9683d1797286aaf4dec969d427603a9eeab /src/parsersettings.h | |
parent | 4c06a4e78f1bf9cc86bd67ae792e2a54febd3d91 (diff) |
Mac needs to know if we're a GUI app in order to find bundled libraries, Use Qt to find application path if available
Diffstat (limited to 'src/parsersettings.h')
-rw-r--r-- | src/parsersettings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parsersettings.h b/src/parsersettings.h index 52172b6..2aef85b 100644 --- a/src/parsersettings.h +++ b/src/parsersettings.h @@ -6,7 +6,7 @@ extern int parser_error_pos; -void parser_init(const std::string &applicationpath); +void parser_init(const std::string &applicationpath, bool isgui); void add_librarydir(const std::string &libdir); fs::path search_libs(const fs::path &localpath); fs::path find_valid_path(const fs::path &sourcepath, |