diff options
Diffstat (limited to 'tests/csgtestcore.cc')
-rw-r--r-- | tests/csgtestcore.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/csgtestcore.cc b/tests/csgtestcore.cc index 4cb612a..2406349 100644 --- a/tests/csgtestcore.cc +++ b/tests/csgtestcore.cc @@ -255,7 +255,7 @@ int csgtestcore(int argc, char *argv[], test_type_e test_type) std::string currentdir = fs::current_path().generic_string(); - parser_init(); + parser_init(QApplication::instance()->applicationDirPath().toStdString()); Context root_ctx; register_builtin(root_ctx); |