diff options
Diffstat (limited to 'path_functions.cpp')
| -rw-r--r-- | path_functions.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/path_functions.cpp b/path_functions.cpp index 0630e0f..5c58e3d 100644 --- a/path_functions.cpp +++ b/path_functions.cpp @@ -1,8 +1,12 @@ #include "aoapplication.h" #include "courtroom.h" +#ifndef OMNI_WIN_DEBUG +#define OMNI_WIN_DEBUG + #include <QDir> #include <QDebug> +#endif QString AOApplication::get_base_path(){ |
