summaryrefslogtreecommitdiffstats
path: root/src/render/materialsystem/technique_p.h
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2016-09-05 17:16:49 +0200
committerPaul Lemire <paul.lemire@kdab.com>2016-11-23 20:24:29 +0000
commit74483c6f131cbb471fb7182d86218353b97275c6 (patch)
tree2cb410ce71bea83bd8145bf4d056186c9915bfe2 /src/render/materialsystem/technique_p.h
parentfe6305cdffbe1fee3bdb00864d758c96abf23349 (diff)
Technique: export for unit tests
Change-Id: I33029fc5f387e37b45083a3dfac9940e05fa9b38 Reviewed-by: Kevin Ottens <kevin.ottens@kdab.com>
Diffstat (limited to 'src/render/materialsystem/technique_p.h')
-rw-r--r--src/render/materialsystem/technique_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/materialsystem/technique_p.h b/src/render/materialsystem/technique_p.h
index 541076a0b..9686495b9 100644
--- a/src/render/materialsystem/technique_p.h
+++ b/src/render/materialsystem/technique_p.h
@@ -73,7 +73,7 @@ namespace Render {
class TechniqueManager;
-class Technique : public BackendNode
+class Q_AUTOTEST_EXPORT Technique : public BackendNode
{
public:
Technique();