ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 9341] New: [PATCH] qt: fix out-tree build

Date: Mon, 28 Oct 2013 16:26:16 +0000
Bug ID 9341
Summary [PATCH] qt: fix out-tree build
Classification Unclassified
Product Wireshark
Version unspecified
Hardware x86
OS All
Status UNCONFIRMED
Severity Major
Priority Low
Component Wireshark
Assignee [email protected]
Reporter [email protected]

Created attachment 11915 [details]
[PATCH] qt: fix out-tree build

Build Information:

--
SVN rev 50525 tried to fix out-of-source-tree builds, but did so by
writing the .rcc.cpp files to the source tree. This was noticed when
running `make distcheck`. This patch reverts that behavior, and creates
the image/ directory to fix out-of-tree builds.
---
Tested with:
SVN rev 52915
./configure --with-qt --with-gtk2 --without-gtk3
make distcheck

GTK 3.10 is broken, hence disabled. See bug 9340 on that. This patch is
unrelated to the GTK bug though.


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