| 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.