Skip to content
Snippets Groups Projects
Commit 211c9613 authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

SuperBuild: get rid of no know command line arguments

parent f09c5e69
No related branches found
No related tags found
1 merge request!3Qt4to5
......@@ -117,11 +117,11 @@ if(UNIX)
# message(WARNING "QT5_SB_ENABLE_GTK support is experimental")
# set(QT5_SB_CONFIG "${QT5_SB_CONFIG} -sm -xrender -xrandr -gtkstyle")
# else()
set(QT5_SB_CONFIG "${QT5_SB_CONFIG} -no-gtkstyle -no-glib -no-fontconfig")
set(QT5_SB_CONFIG "${QT5_SB_CONFIG} -no-glib -no-fontconfig")
# endif()
endif()
#common for all unix
set(QT5_SB_CONFIG "${QT5_SB_CONFIG} -no-dbus -no-nis -no-javascript-jit -no-icu -v")
set(QT5_SB_CONFIG "${QT5_SB_CONFIG} -no-dbus -no-icu -v")
elseif(MSVC)
set(QT5_SB_CONFIG "${QT5_SB_CONFIG} -mp")
endif()
......
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