summaryrefslogtreecommitdiffstats
path: root/src/render/jobs
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2015-11-10 09:40:20 +0100
committerAndy Nichols <andy.nichols@theqtcompany.com>2015-11-16 12:26:28 +0000
commit48d6bc64a8004f1fc644c019e728c9babbec0d93 (patch)
treee8080c2ab23f650503f44c799f7b39d567a2b37a /src/render/jobs
parentf49fedd59707a5cd6bab3886e593d4a1a992656a (diff)
Export updateboundingvolumejob for unit tests
Change-Id: I0ddc39adecd4d567997002a48705724803276bc1 Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
Diffstat (limited to 'src/render/jobs')
-rw-r--r--src/render/jobs/updateboundingvolumejob_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/jobs/updateboundingvolumejob_p.h b/src/render/jobs/updateboundingvolumejob_p.h
index 6f6c3b3cb..297fe6beb 100644
--- a/src/render/jobs/updateboundingvolumejob_p.h
+++ b/src/render/jobs/updateboundingvolumejob_p.h
@@ -59,7 +59,7 @@ namespace Render {
class Entity;
-class UpdateBoundingVolumeJob : public Qt3DCore::QAspectJob
+class Q_AUTOTEST_EXPORT UpdateBoundingVolumeJob : public Qt3DCore::QAspectJob
{
public:
UpdateBoundingVolumeJob();