aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldevtools
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@digia.com>2015-11-12 14:01:48 +0100
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2015-11-27 20:38:37 +0000
commitc3a818d19e34e08e0759dedce18d9daa5ba7d94e (patch)
treea916ad6bac7f65d2727c64f3389b658081ff1154 /src/qmldevtools
parent77de21f93642413fec8f6138be1612129941661d (diff)
Use qtbase add/sub/mul with overflow implementations.
Those use compiler intrinsics when available. If not, the same code that was previously in qtdeclarative is used. Depends on 5ff7a3d96e0ce0dcb3d388b53d038cdd40c7a975 in qtbase. Change-Id: I8adf1a9d368ffc4e368260de518725ed7be6d2b8 Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
Diffstat (limited to 'src/qmldevtools')
-rw-r--r--src/qmldevtools/qmldevtools.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmldevtools/qmldevtools.pro b/src/qmldevtools/qmldevtools.pro
index 85f21ce6f6..0e32dc51e2 100644
--- a/src/qmldevtools/qmldevtools.pro
+++ b/src/qmldevtools/qmldevtools.pro
@@ -1,6 +1,6 @@
option(host_build)
TARGET = QtQmlDevTools
-QT = core
+QT = core-private
CONFIG += static internal_module qmldevtools_build
# Don't use pch because the auto-generated header refers to QtBootstrap,