Comment # 16
on bug 12067
from Gerald Combs
(In reply to Matt Day from comment #15)
> (In reply to Gerald Combs from comment #12)
> > - It uses --with-qt and --with-qt4 instead of --with-qt5 and --with-qt to
> > install with Qt5 and Qt4 respectively.
>
> Could you please clarify this point? Are you saying that it's necessary to
> specify BOTH --with-qt and --with-qt{4,5} when running Wireshark's configure?
I'm saying that the unversioned --with-qt option should build with Qt5. That
is, the options
--with-qt (builds with Qt4)
--with-qt5 (builds with Qt5)
should be changed to
--with-qt (builds with Qt5)
--with-qt4 (builds with Qt4)
You are receiving this mail because:
- You are watching all bug changes.