Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Main Repositories
otb
Commits
211c9613
Commit
211c9613
authored
Apr 09, 2018
by
Antoine Regimbeau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SuperBuild: get rid of no know command line arguments
parent
f09c5e69
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
SuperBuild/CMake/External_qt5.cmake
SuperBuild/CMake/External_qt5.cmake
+2
-2
No files found.
SuperBuild/CMake/External_qt5.cmake
View file @
211c9613
...
...
@@ -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
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment