aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcl/imageprocess/imageprocess.pro
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@theqtcompany.com>2015-04-17 10:53:25 +0200
committerLaszlo Agocs <laszlo.agocs@theqtcompany.com>2015-04-17 09:43:36 +0000
commit5051c63b3b818f5fb0ed9f92e74b916ea9d4e723 (patch)
treec44cd5f423d8e6a8217e7f7557ed9cd79c136bf6 /examples/quickcl/imageprocess/imageprocess.pro
parent6d073d4e070790d4e9ef707a9deef975e9f70695 (diff)
Long live QtQuickCL!
Change-Id: I16954f50c631441189dd450980da2c3266a68c71 Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
Diffstat (limited to 'examples/quickcl/imageprocess/imageprocess.pro')
-rw-r--r--examples/quickcl/imageprocess/imageprocess.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/quickcl/imageprocess/imageprocess.pro b/examples/quickcl/imageprocess/imageprocess.pro
new file mode 100644
index 0000000..c7825a2
--- /dev/null
+++ b/examples/quickcl/imageprocess/imageprocess.pro
@@ -0,0 +1,15 @@
+TEMPLATE = app
+
+QT += qml quick quickcl
+
+SOURCES = imageprocess.cpp
+
+RESOURCES = imageprocess.qrc
+
+OTHER_FILES = $$PWD/qml/imageprocess.qml
+
+osx {
+ LIBS += -framework OpenCL
+} else {
+ LIBS += -lOpenCL
+}