aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcl/histogram/histogram.pro
blob: f759f6a9da66c537a7a87e4fc0f19eff7d0feb88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
}