aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickcl/quickcl.pro
blob: 2a28924948cbce3f0bc61bc6951ce0d06c8500c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
TARGET     = QtQuickCL
QT         = core core-private gui gui-private qml-private quick quick-private

load(qt_module)

DEFINES += QT_BUILD_QUICKCL_LIB

HEADERS = \
    qtquickclglobal.h \
    qquickclcontext_p.h \
    qquickclitem.h \
    qquickclrunnable.h \
    qquickclimagerunnable.h

SOURCES = \
    qquickclcontext.cpp \
    qquickclitem.cpp \
    qquickclimagerunnable.cpp

QMAKE_DOCS = $$PWD/doc/qtquickcl.qdocconf

osx: LIBS += -framework OpenCL
unix: !osx: LIBS += -lOpenCL
win32: !winrt: !wince*: LIBS += -lopengl32 -lOpenCL