]> git.pld-linux.org Git - packages/wireshark.git/commitdiff
- add required qt vars to configure
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 6 Aug 2015 19:43:40 +0000 (21:43 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Thu, 6 Aug 2015 19:43:40 +0000 (21:43 +0200)
wireshark.spec

index 3c0e7173a96fe3f1dbfbaecfd97723d95ab62cef..67ca27af5b8832329cc9b0ca9090b78fdd6671b2 100644 (file)
@@ -267,6 +267,10 @@ find -name Makefile.am | xargs sed -i -e 's/-Werror//g'
 %{__autoconf}
 %{__automake}
 %configure \
+%if %{with qt}
+        MOC=moc-qt4 \
+        UIC=uic-qt4 \
+%endif
        --enable-dftest \
        --enable-packet-editor \
        --enable-randpkt \
This page took 0.179836 seconds and 4 git commands to generate.