aboutsummaryrefslogtreecommitdiffstats
path: root/config.tests/opencl/opencl.pro
diff options
context:
space:
mode:
Diffstat (limited to 'config.tests/opencl/opencl.pro')
-rw-r--r--config.tests/opencl/opencl.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/config.tests/opencl/opencl.pro b/config.tests/opencl/opencl.pro
new file mode 100644
index 0000000..3a6e9d4
--- /dev/null
+++ b/config.tests/opencl/opencl.pro
@@ -0,0 +1,12 @@
+SOURCES += main.cpp
+CONFIG -= qt
+CONFIG += console
+
+osx {
+ LIBS += -framework OpenCL
+ DEFINES += Q_OS_OSX
+}
+
+unix: !osx: LIBS += -lOpenCL
+
+win32:!winrt:!wince*: LIBS += -lopengl32 -lOpenCL