summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@nokia.com>2012-04-16 08:47:39 +0200
committerQt by Nokia <qt-info@nokia.com>2012-04-16 09:45:27 +0200
commitde1c827dbe35a4e097ec3e3ca735b2243c094617 (patch)
tree0b39b2234c66ae69c92504fb4f972252dffa5f65 /configure
parent41673c45dde2eb95ee21dd918235218399f2be2c (diff)
Fixed configure output when no platform plugin is enabled.
Instead of having to pass -no-xcb -no-eglfs -no-directfb, it's better to pass -no-qpa-platform-guard which is also resilient against future platform additions. Change-Id: Id68bfe3688980fa273665b01b9332f5d6f359491 Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com> Reviewed-by: Donald Carr <donald.carr@nokia.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 75e59f4c8b..31d855ab6d 100755
--- a/configure
+++ b/configure
@@ -4695,8 +4695,8 @@ if [ "$BUILD_ON_MAC" = "no" ] && [ "$XPLATFORM_MINGW" = "no" ]; then
( [ "$ORIG_CFG_XCB" = "auto" ] || [ "$ORIG_CFG_EGLFS" = "auto" ] || [ "$ORIG_CFG_DIRECTFB" = "auto" ] ); then
echo "No QPA platform plugin enabled!"
echo " If you really want to build without a QPA platform plugin you must pass"
- echo " -no-xcb, -no-eglfs and -no-directfb to configure. Doing this will"
- echo " produce a Qt that cannot run GUI applications."
+ echo " -no-qpa-platform-guard to configure. Doing this will"
+ echo " produce a Qt that can not run GUI applications."
echo " The dependencies needed for xcb to build are listed in"
echo " src/plugins/platforms/xcb/README"
exit 1