diff options
Diffstat (limited to 'qmake/option.h')
-rw-r--r-- | qmake/option.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qmake/option.h b/qmake/option.h index 3ee1743..d9e3c39 100644 --- a/qmake/option.h +++ b/qmake/option.h @@ -106,6 +106,7 @@ struct Option //both of these must be called.. static int init(int argc=0, char **argv=0); //parse cmdline + static void applyHostMode(); static bool postProcessProject(QMakeProject *); enum StringFixFlags { |