diff options
author | Oswald Buddenhagen <[email protected]> | 2012-06-18 18:13:33 +0200 |
---|---|---|
committer | Oswald Buddenhagen <[email protected]> | 2012-07-04 14:16:03 +0200 |
commit | d78fd3933b3a3da0f29f8739e350a6c9449906a2 (patch) | |
tree | aedcc223f8be66027d58030bcb7d81b0352e05ad /src/shared/proparser/qmakeglobals.h | |
parent | 705afed75ddb14d4c48155f46239be1077b9a04b (diff) |
add groundwork for supporting -t and -tp qmake options
Change-Id: Ibb1aafdaeaf8ee53bb11436d2f2ca8ccbf0ffc3c
Reviewed-by: Daniel Teske <[email protected]>
Reviewed-by: Oswald Buddenhagen <[email protected]>
Diffstat (limited to 'src/shared/proparser/qmakeglobals.h')
-rw-r--r-- | src/shared/proparser/qmakeglobals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/proparser/qmakeglobals.h b/src/shared/proparser/qmakeglobals.h index 64750cb2653..59394af8f56 100644 --- a/src/shared/proparser/qmakeglobals.h +++ b/src/shared/proparser/qmakeglobals.h @@ -66,6 +66,7 @@ public: QProcessEnvironment environment; #endif QString sysroot; + QString user_template, user_template_prefix; // -nocache, -cache, -spec, QMAKESPEC // -set persistent value |