diff options
author | Christian Kandeler <christian.kandeler@digia.com> | 2013-09-17 18:15:59 +0200 |
---|---|---|
committer | Christian Kandeler <christian.kandeler@digia.com> | 2013-09-19 13:27:55 +0200 |
commit | 7e9a4131413e05b365c066a5476dc39f43935914 (patch) | |
tree | afb352bcafc8a37c4395e3f2baeecb75876a74ec /src/plugins/plugins.qbs | |
parent | 2167788b3d9900e0eeded901ac30cd978f595c1b (diff) | |
download | qt-creator-7e9a4131413e05b365c066a5476dc39f43935914.tar.gz |
Fix qbs build.
There was more stuff broken by the switch to Qt Quick 2 than were
originally noticed, and the original fix was buggy as well.
Change-Id: I2b3e0619af923c52aba809355ac271b67097adf1
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'src/plugins/plugins.qbs')
-rw-r--r-- | src/plugins/plugins.qbs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/plugins.qbs b/src/plugins/plugins.qbs index bad272f20d..7c7cf3bbd3 100644 --- a/src/plugins/plugins.qbs +++ b/src/plugins/plugins.qbs @@ -2,7 +2,6 @@ import qbs Project { name: "Plugins" - property bool buildWelcomePlugin: Qt.core.versionMajor >= 5 references: [ "analyzerbase/analyzerbase.qbs", |