aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/qtprofilesetup/qtenvironment.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/qtprofilesetup/qtenvironment.h')
-rw-r--r--src/lib/qtprofilesetup/qtenvironment.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/qtprofilesetup/qtenvironment.h b/src/lib/qtprofilesetup/qtenvironment.h
index b8eeee16e..f7b56c414 100644
--- a/src/lib/qtprofilesetup/qtenvironment.h
+++ b/src/lib/qtprofilesetup/qtenvironment.h
@@ -38,6 +38,11 @@ namespace qbs {
class QBS_EXPORT QtEnvironment {
public:
+ QtEnvironment()
+ : staticBuild(false), frameworkBuild(false)
+ {
+ }
+
QString installPrefixPath;
QString libraryPath;
QString includePath;
@@ -62,6 +67,7 @@ public:
int qtMajorVersion;
int qtMinorVersion;
int qtPatchVersion;
+ bool staticBuild;
bool frameworkBuild;
};