diff options
Diffstat (limited to 'qmake/project.h')
-rw-r--r-- | qmake/project.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qmake/project.h b/qmake/project.h index 0c542db..fd8ced1 100644 --- a/qmake/project.h +++ b/qmake/project.h @@ -80,6 +80,7 @@ class QMakeProject bool recursive; bool own_prop; + bool backslashWarned; QString pfile, cfile; QMakeProperty *prop; void reset(); |