aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/rpm
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2018-04-09 09:52:04 +0800
committerRoland Knall <rknall@gmail.com>2018-04-09 04:09:28 +0000
commit8b93e6d6a2475b2e8072acaf8b7f63f6b5bff98d (patch)
tree44691b93d46e271506c831bfa534a97709db3fba /packaging/rpm
parentf0fed342165145461ed88358d2fc8985d15f3745 (diff)
Autotools: More Qt4 removal.
Change-Id: I6609160530d2e2f0ca47c324de48aa659c253bcf Reviewed-on: https://code.wireshark.org/review/26812 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall <rknall@gmail.com>
Diffstat (limited to 'packaging/rpm')
-rw-r--r--packaging/rpm/SPECS/wireshark.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/rpm/SPECS/wireshark.spec.in b/packaging/rpm/SPECS/wireshark.spec.in
index 3ddd8a00e8..77fa26e694 100644
--- a/packaging/rpm/SPECS/wireshark.spec.in
+++ b/packaging/rpm/SPECS/wireshark.spec.in
@@ -301,7 +301,7 @@ This package contains the GTK+ Wireshark GUI and desktop integration files.
--with-extcap=no \
%endif
%if %{with qt}
- --with-qt=4 \
+ --with-qt=5 \
%else
%if %{with qt5}
--with-qt=5 \