Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LidarView
LidarView-Superbuild
Commits
1d569475
Commit
1d569475
authored
Nov 23, 2016
by
Bastien Jacquet
Browse files
Fixup qt
PythonQt actually needs Qt tools
parent
ccced5b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Projects/qt.cmake
View file @
1d569475
...
...
@@ -12,8 +12,9 @@ if (NOT APPLE AND UNIX)
${
SuperBuild_PROJECTS_DIR
}
/patches/qt.src.3rdparty.webkit.Source.WebKit.pri
<SOURCE_DIR>/src/3rdparty/webkit/Source/WebKit.pri
)
elseif
(
APPLE
)
if
(
NOT DEFINED CMAKE_OSX_SYSROOT OR NOT DEFINED CMAKE_OSX_ARCHITECTURES
)
message
(
FATAL
"CMAKE_OSX_SYSROOT or CMAKE_OSX_ARCHITECTURES are not configured"
)
if
((
NOT DEFINED CMAKE_OSX_SYSROOT OR CMAKE_OSX_SYSROOT STREQUAL
""
)
OR
(
NOT DEFINED CMAKE_OSX_ARCHITECTURES OR CMAKE_OSX_ARCHITECTURES STREQUAL
""
))
message
(
FATAL_ERROR
"CMAKE_OSX_SYSROOT or CMAKE_OSX_ARCHITECTURES are not configured"
)
endif
()
list
(
APPEND qt_options
#-sdk ${CMAKE_OSX_SYSROOT} #corewlan is failing on 10.9 with 10.11 sdk
...
...
@@ -47,7 +48,7 @@ add_external_project_or_use_system(
-nomake demos
-nomake examples
-nomake tests
-nomake tools
#
-nomake tools
-nomake docs
-no-multimedia
-no-openssl
...
...
Write
Preview
Supports
Markdown
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