aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/quick.pro
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@digia.com>2014-07-10 17:16:09 +0200
committerMitch Curtis <mitch.curtis@digia.com>2014-07-17 11:24:08 +0200
commita38f8d96fc5781e6d99eadbd435f408f8729ac1b (patch)
tree2cc384a71da65359779a4365a9f910c19b6545dc /tests/auto/quick/quick.pro
parent112efda64ba24e7d9255a36065223e9800a50c21 (diff)
Add QQuickFontMetrics.
This will be a private C++ type that is exposed to QtQuick 2.4 as FontMetrics. [ChangeLog][QtQuick] Added QQuickFontMetrics, which provides a subset of QFontMetricsF's API. Change-Id: Iac31e5a555bd8f1dc0904b8de0408e5f1a402b25 Reviewed-by: J-P Nurmi <jpnurmi@digia.com> Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
Diffstat (limited to 'tests/auto/quick/quick.pro')
-rw-r--r--tests/auto/quick/quick.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/quick/quick.pro b/tests/auto/quick/quick.pro
index 6c163d9619..5f11da65e2 100644
--- a/tests/auto/quick/quick.pro
+++ b/tests/auto/quick/quick.pro
@@ -18,6 +18,7 @@ PRIVATETESTS += \
qquickapplication \
qquickbehaviors \
qquickfontloader \
+ qquickfontmetrics \
qquickimageprovider \
qquickpath \
qquicksmoothedanimation \