summaryrefslogtreecommitdiffstats
path: root/src/opencl/opencl.pro
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2010-06-20 12:02:55 +1000
committerRhys Weatherley <rhys.weatherley@nokia.com>2010-06-20 12:56:31 +1000
commit2bb2f5bc5187eb7bd467a55ed7e95fd381577ea5 (patch)
tree1d2034da1bcfb7e5dd1400b55e533e6eeab9e35f /src/opencl/opencl.pro
parent0b8c164ec34f300eeb93dd6e69fde495d932cb7a (diff)
Add support for OpenCL 1.1 user events.
Diffstat (limited to 'src/opencl/opencl.pro')
-rw-r--r--src/opencl/opencl.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/opencl/opencl.pro b/src/opencl/opencl.pro
index 67ca673..63b5a48 100644
--- a/src/opencl/opencl.pro
+++ b/src/opencl/opencl.pro
@@ -44,6 +44,7 @@ HEADERS += \
qclplatform.h \
qclprogram.h \
qclsampler.h \
+ qcluserevent.h \
qclvector.h \
qclworksize.h
@@ -60,6 +61,7 @@ SOURCES += \
qclplatform.cpp \
qclprogram.cpp \
qclsampler.cpp \
+ qcluserevent.cpp \
qclvector.cpp \
qclworksize.cpp