summaryrefslogtreecommitdiffstats
path: root/qmake/option.h
diff options
context:
space:
mode:
Diffstat (limited to 'qmake/option.h')
-rw-r--r--qmake/option.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/qmake/option.h b/qmake/option.h
index 0ec6a36a29..f6f5dbbb9d 100644
--- a/qmake/option.h
+++ b/qmake/option.h
@@ -196,6 +196,7 @@ struct Option
//QMAKE_GENERATE_MAKEFILE options
struct mkfile {
static QString qmakespec;
+ static QString xqmakespec;
static bool do_cache;
static bool do_deps;
static bool do_mocs;
@@ -206,6 +207,7 @@ struct Option
static int cachefile_depth;
static QStringList project_files;
static QString qmakespec_commandline;
+ static QString xqmakespec_commandline;
};
private: