summaryrefslogtreecommitdiffstats
path: root/src/plugins/graphicssystems/openkode/openkode.pro
blob: f8f0bcb5d1eba8ea0aebae8238568252681ac531 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TARGET = qopenkodegraphicssystem
include(../../qpluginbase.pri)

QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/graphicssystems

SOURCES = main.cpp qgraphicssystem_openkode.cpp qwindowsurface_openkode.cpp
HEADERS = qgraphicssystem_openkode.h qwindowsurface_openkode.h

target.path += $$[QT_INSTALL_PLUGINS]/graphicssystems
INSTALLS += target

# openkode specific stuff
INCLUDEPATH += $(OPENKODE_DIR)/include
LIBS += $${QMAKE_RPATH}/$(OPENKODE_DIR)/lib-target -L$(OPENKODE_DIR)/lib-target -lKD -lEGL -lGLESv2_CM