summaryrefslogtreecommitdiffstats
path: root/src/plugins/renderers/opengl/graphicshelpers/graphicshelpers.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/renderers/opengl/graphicshelpers/graphicshelpers.pri')
-rw-r--r--src/plugins/renderers/opengl/graphicshelpers/graphicshelpers.pri33
1 files changed, 33 insertions, 0 deletions
diff --git a/src/plugins/renderers/opengl/graphicshelpers/graphicshelpers.pri b/src/plugins/renderers/opengl/graphicshelpers/graphicshelpers.pri
new file mode 100644
index 000000000..3cfa445ce
--- /dev/null
+++ b/src/plugins/renderers/opengl/graphicshelpers/graphicshelpers.pri
@@ -0,0 +1,33 @@
+#DEFINES += QT3D_RENDER_ASPECT_OPENGL_DEBUG
+
+INCLUDEPATH += $$PWD
+
+HEADERS += \
+ $$PWD/graphicscontext_p.h \
+ $$PWD/graphicshelperinterface_p.h \
+ $$PWD/graphicshelperes2_p.h \
+ $$PWD/graphicshelperes3_p.h \
+ $$PWD/graphicshelperes3_1_p.h \
+ $$PWD/graphicshelperes3_2_p.h \
+ $$PWD/graphicshelpergl2_p.h \
+ $$PWD/graphicshelpergl3_3_p.h \
+ $$PWD/graphicshelpergl4_p.h \
+ $$PWD/graphicshelpergl3_2_p.h \
+ $$PWD/imagesubmissioncontext_p.h \
+ $$PWD/submissioncontext_p.h \
+ $$PWD/texturesubmissioncontext_p.h \
+ $$PWD/qgraphicsutils_p.h
+
+SOURCES += \
+ $$PWD/graphicscontext.cpp \
+ $$PWD/graphicshelperes2.cpp \
+ $$PWD/graphicshelperes3.cpp \
+ $$PWD/graphicshelperes3_1.cpp \
+ $$PWD/graphicshelperes3_2.cpp \
+ $$PWD/graphicshelpergl2.cpp \
+ $$PWD/graphicshelpergl3_3.cpp \
+ $$PWD/graphicshelpergl4.cpp \
+ $$PWD/graphicshelpergl3_2.cpp \
+ $$PWD/imagesubmissioncontext.cpp \
+ $$PWD/submissioncontext.cpp \
+ $$PWD/texturesubmissioncontext.cpp