aboutsummaryrefslogtreecommitdiffstats
path: root/qtquickcl.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 /qtquickcl.pro
parent6d073d4e070790d4e9ef707a9deef975e9f70695 (diff)
Long live QtQuickCL!
Change-Id: I16954f50c631441189dd450980da2c3266a68c71 Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
Diffstat (limited to 'qtquickcl.pro')
-rw-r--r--qtquickcl.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/qtquickcl.pro b/qtquickcl.pro
new file mode 100644
index 0000000..dc54c16
--- /dev/null
+++ b/qtquickcl.pro
@@ -0,0 +1,10 @@
+load(configure)
+
+qtCompileTest(opencl)
+
+load(qt_parts)
+
+!config_opencl {
+ warning("OpenCL not found")
+ SUBDIRS =
+}