summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xlib/xlib.pro
diff options
context:
space:
mode:
authorRobin Burchell <robin+qt@viroteck.net>2012-03-15 10:39:47 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-27 19:26:45 +0200
commite6a7a6a381c0b61a93a642b425ecbcd714fd1c29 (patch)
tree2d0b8be9066096fbbb125e5b925308b7c97177cd /src/plugins/platforms/xlib/xlib.pro
parent0af92174300fead7e2ab4a4ee248181432033d56 (diff)
Remove xlib plugin.
There's not much point having this with the xcb plugin being present, and xlib is pretty much unmaintained / broken anyway. Task-number: QTBUG-24913 Change-Id: I090a9a0e6d2f893c030574e23f1d59f610282bd3 Reviewed-by: Thorbjørn Lund Martsum <tmartsum@gmail.com> Reviewed-by: Rick Stockton <rickstockton@reno-computerhelp.com> Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'src/plugins/platforms/xlib/xlib.pro')
-rw-r--r--src/plugins/platforms/xlib/xlib.pro59
1 files changed, 0 insertions, 59 deletions
diff --git a/src/plugins/platforms/xlib/xlib.pro b/src/plugins/platforms/xlib/xlib.pro
deleted file mode 100644
index a4e006f837..0000000000
--- a/src/plugins/platforms/xlib/xlib.pro
+++ /dev/null
@@ -1,59 +0,0 @@
-TARGET = qxlib
-
-load(qt_plugin)
-QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/platforms
-
-QT += core-private gui-private platformsupport-private
-
-SOURCES = \
- main.cpp \
- qxlibintegration.cpp \
- qxlibbackingstore.cpp \
- qxlibwindow.cpp \
- qxlibcursor.cpp \
- qxlibscreen.cpp \
- qxlibkeyboard.cpp \
- qxlibclipboard.cpp \
- qxlibmime.cpp \
- qxlibstatic.cpp \
- qxlibdisplay.cpp \
- qxlibnativeinterface.cpp
-
-HEADERS = \
- qxlibintegration.h \
- qxlibbackingstore.h \
- qxlibwindow.h \
- qxlibcursor.h \
- qxlibscreen.h \
- qxlibkeyboard.h \
- qxlibclipboard.h \
- qxlibmime.h \
- qxlibstatic.h \
- qxlibdisplay.h \
- qxlibnativeinterface.h
-
-OTHER_FILES += xlib.json
-
-LIBS += -lX11 -lXext
-
-mac {
- LIBS += -L/usr/X11/lib -lz -framework Carbon
-}
-
-CONFIG += qpa/genericunixfontdatabase
-
-contains(QT_CONFIG, opengl) {
- !contains(QT_CONFIG, opengles2) {
-# load(qpa/glx/convenience)
- HEADERS += qglxintegration.h
- SOURCES += qglxintegration.cpp
- } else { # There is no easy way to detect if we'r suppose to use glx or not
-# load(qpa/egl/context)
-# load(qpa/egl/convenience)
-# load(qpa/egl/xlibintegration)
- LIBS += -lEGL
- }
-}
-
-target.path += $$[QT_INSTALL_PLUGINS]/platforms
-INSTALLS += target