summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/openkode/openkode.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/platforms/openkode/openkode.pro')
-rw-r--r--src/plugins/platforms/openkode/openkode.pro42
1 files changed, 0 insertions, 42 deletions
diff --git a/src/plugins/platforms/openkode/openkode.pro b/src/plugins/platforms/openkode/openkode.pro
deleted file mode 100644
index 0fcf7b1488..0000000000
--- a/src/plugins/platforms/openkode/openkode.pro
+++ /dev/null
@@ -1,42 +0,0 @@
-TARGET = qopenkodeintegration
-load(qt_plugin)
-
-QT += opengl
-
-DESTDIR = $$QT.gui.plugins/platforms
-
-SOURCES = main.cpp \
- qopenkodeintegration.cpp \
- qopenkodewindow.cpp \
- ../eglconvenience/qeglplatformcontext.cpp \
- ../eglconvenience/qeglconvenience.cpp \
- qopenkodeeventloopintegration.cpp
-
-HEADERS = qopenkodeintegration.h \
- qopenkodewindow.h \
- ../eglconvenience/qeglplatformcontext.h \
- ../eglconvenience/qeglconvenience.h \
- qopenkodeeventloopintegration.h \
- openkodekeytranslator.h
-
-CONFIG += qpa/genericunixfontdatabase
-
-RESOURCES = resources.qrc
-
-target.path += $$[QT_INSTALL_PLUGINS]/platforms
-INSTALLS += target
-
-LIBS += -lKD -lEGL
-!isEmpty(QMAKE_INCDIR_OPENGL_ES2){
- INCLUDEPATH += $$QMAKE_INCDIR_OPENGL_ES2
-}
-!isEmpty(QMAKE_LIBDIR_OPENGL_ES2){
- for(p, QMAKE_LIBDIR_OPENGL_ES2) {
- exists($$p):LIBS += -L$$p
- }
-}
-!isEmpty(QMAKE_LIBS_OPENGL_ES2){
- LIBS += $$QMAKE_LIBS_OPENGL_ES2
-} else {
- LIBS += -lGLESv2
-}