Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Resolve issue #798 - investigate Qt build performance #1245

Merged
merged 1 commit into from Apr 5, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions earth_enterprise/src/third_party/qt/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ qt_configure = qt_env.Command(
'-I/usr/include/libpng12 '
'-qt-imgfmt-jpeg -qt-imgfmt-mng '
'-thread '
'-fast -nomake demos -nomake examples -nomake docs -nomake tests '
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This makes sense to do, as they are not needed to build fusion.

'-shared -no-cups -freetype -stl -xcursor -xinerama -xrandr -xrender '
'-xft -no-pch -ipv6 -nis -largefile -no-gif -xshape -no-tablet -xkb '
'-L%s/lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib64 -I%s/include '
Expand Down