summaryrefslogtreecommitdiffstats
path: root/qmake/option.h
diff options
context:
space:
mode:
Diffstat (limited to 'qmake/option.h')
-rw-r--r--qmake/option.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/qmake/option.h b/qmake/option.h
index 0b3fe2dd8f..cab8426db0 100644
--- a/qmake/option.h
+++ b/qmake/option.h
@@ -161,6 +161,7 @@ struct Option
//all modes
static QString qmake_abslocation;
+ static QStringList qmake_args;
static QFile output;
static QString output_dir;
static int debug_level;
@@ -195,8 +196,6 @@ struct Option
static QString cachefile;
static int cachefile_depth;
static QStringList project_files;
- static QString qmakespec_commandline;
- static QString xqmakespec_commandline;
};
private: