Skip to content
Snippets Groups Projects
Commit 69a04fd1 authored by Cédric Traizet's avatar Cédric Traizet
Browse files

BUG: build xcb in Qt Superbuild

parent a307c236
No related branches found
No related tags found
No related merge requests found
...@@ -98,7 +98,7 @@ if(UNIX) ...@@ -98,7 +98,7 @@ if(UNIX)
set(QT5_SB_CONFIG "${QT5_SB_CONFIG} -no-framework") set(QT5_SB_CONFIG "${QT5_SB_CONFIG} -no-framework")
else() else()
#Linux #Linux
set(QT5_SB_CONFIG "${QT5_SB_CONFIG} -no-glib -no-fontconfig") set(QT5_SB_CONFIG "${QT5_SB_CONFIG} -no-glib -no-fontconfig -qt-xcb")
endif() endif()
#common for all unix #common for all unix
set(QT5_SB_CONFIG "${QT5_SB_CONFIG} -no-dbus -no-icu -v") set(QT5_SB_CONFIG "${QT5_SB_CONFIG} -no-dbus -no-icu -v")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment