Wireshark-bugs: [Wireshark-bugs] [Bug 10793] When both Qt4 and Qt5 are available, let the user p
Date: Mon, 13 Apr 2015 19:19:04 +0000

Comment # 8 on bug 10793 from
Fixed, instead, by having --with-qt take an optional version argument, so that:

    --with-qt attempts to find either Qt 5 or Qt 4, preferring Qt 5;

    --with-qt=4 attempts to find only Qt 4;

    --with-qt=5 attempts to find only Qt 5.

And, yes, this is different from how GTK+ is handled and, yes, GTK+ arguably
should be handled the same way as Qt is now handled.


You are receiving this mail because:
  • You are watching all bug changes.