aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/qtprofilesetup/qtprofilesetup.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2014-01-10 17:16:32 +0100
committerChristian Kandeler <christian.kandeler@digia.com>2014-01-16 16:51:48 +0100
commitf4b6d84baa16440812127099f7b03ec79f87bd2a (patch)
tree2f0e8a7959cc357684e887297faa4792b11facad /src/lib/qtprofilesetup/qtprofilesetup.h
parent008992106eea60f0a63efc0978399c454fdab2ca (diff)
Move knowledge about Qt modules into libsetupqt.
In addition, we make less hard-coded assumptions than before, instead generating almost all modules dynamically from the respective Qt installation when setup-qt is being run. This way, qbs does not have to know about all the modules beforehand, and only the Qt modules that are actually present will have qbs counterparts, making it possible for project file authors to make use of soft dependencies for Qt modules. Task-number: QBS-479 Change-Id: Ie20d2acf249cd159ce4caff2ede4721ab879fad2 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'src/lib/qtprofilesetup/qtprofilesetup.h')
-rw-r--r--src/lib/qtprofilesetup/qtprofilesetup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/qtprofilesetup/qtprofilesetup.h b/src/lib/qtprofilesetup/qtprofilesetup.h
index 8d2e04568..df0c1fb1c 100644
--- a/src/lib/qtprofilesetup/qtprofilesetup.h
+++ b/src/lib/qtprofilesetup/qtprofilesetup.h
@@ -51,6 +51,7 @@ public:
QString qtNameSpace;
QString mkspecPath;
QString mkspecName;
+ QString mkspecBasePath;
QStringList buildVariant;
QStringList configItems;
QStringList qtConfigItems;