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

Commit

Permalink
Disable PrintPreviewWidget
Browse files Browse the repository at this point in the history
This feature breaks the build and we don't need it, so just disable it.

#13215
  • Loading branch information
vitallium authored and ariya committed Jul 21, 2015
1 parent 5bef1af commit 36f27e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qt/preconfig.sh
Expand Up @@ -145,6 +145,7 @@ QT_CFG+=' -no-xinerama'
QT_CFG+=' -no-xinput2'
QT_CFG+=' -no-xkb'
QT_CFG+=' -no-xrender'
QT_CFG+=' -no-feature-PRINTPREVIEWWIDGET'

# This is also unnecessary, but it's not possible to turn it off.
#QT_CFG+=' -no-xlib'
Expand Down

0 comments on commit 36f27e3

Please sign in to comment.