aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/libs.pro
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@digia.com>2013-10-01 18:03:41 +0200
committerEike Ziller <eike.ziller@digia.com>2013-10-02 11:39:23 +0200
commit0b82b54c248eebcf87a01fc72d4089787848b7a2 (patch)
treedd64349301f893c4d9f8b98c3685a6c6cf984b9c /src/libs/libs.pro
parentc148f4fe4f7f98d5bac425e98f0bd3875eaeaf84 (diff)
Remove remaining usages of Qt Quick 1 / Declarative
Qml editor widgets were still linking against declarative for qml type registering. Registering is no longer necessary since they are no longer used in QML. Also removes the unused qtcomponents. qmlpuppet of course still links against declarative, but that's not run in the same process. Task-number: QTCREATORBUG-10273 Change-Id: Ied12d38d58da5ff3bc694905b84dcd76cbce03af Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
Diffstat (limited to 'src/libs/libs.pro')
-rw-r--r--src/libs/libs.pro3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libs/libs.pro b/src/libs/libs.pro
index ed7f534497..bac0d4ecad 100644
--- a/src/libs/libs.pro
+++ b/src/libs/libs.pro
@@ -21,8 +21,7 @@ for(l, SUBDIRS) {
}
SUBDIRS += \
- utils/process_stub.pro \
- qtcomponents/styleitem
+ utils/process_stub.pro
QBS_DIRS = \
../shared/qbs/src/lib \