Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] [Wireshark-commits] rev 44174: /trunk/ /trunk/ui/qt/: Makefi

From: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
Date: Wed, 01 Aug 2012 16:12:29 -0400
Gerald Combs wrote:
On 7/31/12 4:02 PM, Jeff Morriss wrote:
morriss@xxxxxxxxxxxxx wrote:
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44174

User: morriss
Date: 2012/07/31 03:57 PM

Log:
 (Attempt to) reflect the file moves from r44165.
I wasn't sure what to do with these references in ui/qt/Makefile.common:

#
# .qrc files.
#
# Should QRC_FILES or QRC_SRC depend on QRC_IMAGES?
QRC_FILES = \
        display_filter.qrc \
        i18n.qrc \
        toolbar.qrc \
        welcome.qrc

2 of those 4 files now reside in image/ and 2 in ui/qt/ .  I don't built
qtshark so I don't know if/how this will actually work.

I was trying to move the Qt images to the "images" directory. I can move
them back if needed.

Yeah, I wasn't sure what had to happen with that. But, for the record, it looks like Joerg fixed that up in r44190.