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.