summaryrefslogtreecommitdiffstats
path: root/src/render/jobs
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2015-11-10 09:39:35 +0100
committerAndy Nichols <andy.nichols@theqtcompany.com>2015-11-16 12:26:22 +0000
commit157c2792f94e47531d01a327db77811209ad8d09 (patch)
tree6f8831c5fa07faa626ac94e0d170576e3d866984 /src/render/jobs
parentc89bf10a69f3f771f788d242b3ab5bc640820c12 (diff)
Export framepreparationjob for unit tests
Change-Id: I74cdc4988dfda2137af4165582a82fef684c8b43 Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
Diffstat (limited to 'src/render/jobs')
-rw-r--r--src/render/jobs/framepreparationjob_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/jobs/framepreparationjob_p.h b/src/render/jobs/framepreparationjob_p.h
index f1f24ddc8..5ae2b4ca5 100644
--- a/src/render/jobs/framepreparationjob_p.h
+++ b/src/render/jobs/framepreparationjob_p.h
@@ -59,7 +59,7 @@ namespace Render {
class Renderer;
class Entity;
-class FramePreparationJob : public Qt3DCore::QAspectJob
+class Q_AUTOTEST_EXPORT FramePreparationJob : public Qt3DCore::QAspectJob
{
public:
FramePreparationJob(Renderer *renderer);