summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks
diff options
context:
space:
mode:
authorKevin Ottens <kevin.ottens@kdab.com>2015-12-02 18:27:43 +0100
committerSean Harmer <sean.harmer@kdab.com>2015-12-08 09:22:14 +0000
commit036ea9fcfdd343c805e1a900528e7a2367d6c373 (patch)
tree39bfdad4d38dd00eda4a8742a38bc5a96114e651 /tests/benchmarks
parent933d17e21ad28558fbe45fa8ec85491db18a5356 (diff)
Make QFrameAllocator private
Change-Id: Id69a161da691322184d8ec5ed7a1b375cf2038ed Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'tests/benchmarks')
-rw-r--r--tests/benchmarks/core/qframeallocator/qframeallocator.pro2
-rw-r--r--tests/benchmarks/core/qframeallocator/tst_bench_qframeallocator.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/benchmarks/core/qframeallocator/qframeallocator.pro b/tests/benchmarks/core/qframeallocator/qframeallocator.pro
index 11979aa49..4e360f64c 100644
--- a/tests/benchmarks/core/qframeallocator/qframeallocator.pro
+++ b/tests/benchmarks/core/qframeallocator/qframeallocator.pro
@@ -1,6 +1,6 @@
TARGET = tst_bench_qframeallocator
CONFIG += release
TEMPLATE = app
-QT += testlib 3dcore
+QT += testlib 3dcore 3dcore-private
SOURCES += tst_bench_qframeallocator.cpp
diff --git a/tests/benchmarks/core/qframeallocator/tst_bench_qframeallocator.cpp b/tests/benchmarks/core/qframeallocator/tst_bench_qframeallocator.cpp
index 3c015ee3a..03a692939 100644
--- a/tests/benchmarks/core/qframeallocator/tst_bench_qframeallocator.cpp
+++ b/tests/benchmarks/core/qframeallocator/tst_bench_qframeallocator.cpp
@@ -37,7 +37,7 @@
#include <QObject>
#include <QtTest/QtTest>
-#include <Qt3DCore/QFrameAllocator>
+#include <Qt3DCore/private/qframeallocator_p.h>
using namespace Qt3DCore;