aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcl/histogram/histogram.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcl/histogram/histogram.pro')
-rw-r--r--examples/quickcl/histogram/histogram.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/quickcl/histogram/histogram.pro b/examples/quickcl/histogram/histogram.pro
new file mode 100644
index 0000000..f759f6a
--- /dev/null
+++ b/examples/quickcl/histogram/histogram.pro
@@ -0,0 +1,15 @@
+TEMPLATE = app
+
+QT += qml quick quickcl
+
+SOURCES = histogram.cpp
+
+RESOURCES = histogram.qrc
+
+OTHER_FILES = $$PWD/qml/histogram.qml
+
+osx {
+ LIBS += -framework OpenCL
+} else {
+ LIBS += -lOpenCL
+}