QT += core dbus widgets greaterThan(QT_MAJOR_VERSION, 4): QT += widgets CONFIG += c++11 DEFINES += QT_DEPRECATED_WARNINGS SOURCES += \ OpenCLManager.cpp \ main.cpp \ MainWindow.cpp HEADERS += \ MainWindow.h \ OpenCLManager.h FORMS += \ MainWindow.ui LIBS += -lOpenCL qnx: target.path = /tmp/$${TARGET}/bin else: unix:!android: target.path = /opt/$${TARGET}/bin !isEmpty(target.path): INSTALLS += target