summaryrefslogtreecommitdiffstats
path: root/qmake/option.h
diff options
context:
space:
mode:
Diffstat (limited to 'qmake/option.h')
-rw-r--r--qmake/option.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/qmake/option.h b/qmake/option.h
index 27059b498..815aca43a 100644
--- a/qmake/option.h
+++ b/qmake/option.h
@@ -84,8 +84,8 @@ struct Option
static bool postProcessProject(TQMakeProject *);
//and convenience functions
- static TQString fixPathToLocalOS(const TQString& in, bool fix_env=TRUE, bool canonical=TRUE);
- static TQString fixPathToTargetOS(const TQString& in, bool fix_env=TRUE, bool canonical=TRUE);
+ static TQString fixPathToLocalOS(const TQString& in, bool fix_env=true, bool canonical=true);
+ static TQString fixPathToTargetOS(const TQString& in, bool fix_env=true, bool canonical=true);
//global qmake mode, can only be in one mode per invocation!
enum QMAKE_MODE { QMAKE_GENERATE_NOTHING, QMAKE_GENERATE_PROJECT, QMAKE_GENERATE_MAKEFILE,