Ticket #46536: patch-to-build-xcb.diff
File patch-to-build-xcb.diff, 2.4 KB (added by RJVB (René Bertin), 10 years ago) |
---|
-
qtbase/mkspecs/common/
old new 5 5 QMAKE_PLATFORM += osx macx 6 6 QMAKE_MAC_SDK = macosx 7 7 8 # X11 is not inexistant on OS X; provide the library requirements but leave it to the 9 # user to make them accessible during the Qt build. 10 QMAKE_LIBS_X11 = -lXext -lX11 11 QMAKE_LIBS_OPENVG = -lOpenVG 12 8 13 include(mac.conf) -
qtbase/src/plugins/platforms/xcb/
old new 55 55 SOURCES += qxcbconnection_xi2.cpp 56 56 LIBS += -lXi 57 57 } 58 mac { 59 LIBS += -lGL 60 } 58 61 } 59 62 60 63 # to support custom cursors with depth > 1 -
qtbase/src/platformsupport/fontdatabases/
old new 1 !win32|contains(QT_CONFIG, freetype) :!mac{1 !win32|contains(QT_CONFIG, freetype) { 2 2 include($$PWD/basic/basic.pri) 3 3 } 4 4 5 unix :!mac{5 unix { 6 6 CONFIG += qpa/genericunixfontdatabase 7 7 include($$PWD/genericunix/genericunix.pri) 8 8 contains(QT_CONFIG,fontconfig) { -
qtbase/src/platformsupport/services/
old new 1 unix :!mac{1 unix { 2 2 include($$PWD/genericunix/genericunix.pri) 3 3 } -
qtbase/src/platformsupport/themes/
old new 1 unix :!mac{1 unix { 2 2 include($$PWD/genericunix/genericunix.pri) 3 3 } -
qtbase/src/plugins/platforms/offscreen/
old new 18 18 19 19 OTHER_FILES += offscreen.json 20 20 21 contains(QT_CONFIG, xlib):contains(QT_CONFIG, opengl):!contains(QT_CONFIG, opengles2) {21 contains(QT_CONFIG, xlib):contains(QT_CONFIG, opengl):!contains(QT_CONFIG, opengles2):!mac { 22 22 SOURCES += qoffscreenintegration_x11.cpp 23 23 HEADERS += qoffscreenintegration_x11.h 24 24 system(echo "Using X11 offscreen integration with GLX")