aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2012-08-18 19:45:09 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2012-08-18 19:45:09 +0000
commit997367824595e14c0612da6f47b9593a1ba87e96 (patch)
tree4d494f15e909ccb9086dc21572b7152a32e3edcd /ui/qt
parent5316be10e1d61900659d4f967f4574007d837d36 (diff)
Make qtshark build again with autotools - possibly. Completely untested.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44567 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'ui/qt')
-rw-r--r--ui/qt/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/qt/Makefile.am b/ui/qt/Makefile.am
index dadba23806..5d5e0dee46 100644
--- a/ui/qt/Makefile.am
+++ b/ui/qt/Makefile.am
@@ -76,6 +76,11 @@ SUFFIXES = .moc.cpp .qrc .rcc.cpp
.qrc.rcc.cpp:
rcc -name `basename $< .qrc` -o $@ $<
+main_welcome.h: ui_main_welcome.h
+
+ui_main_welcome.h: main_welcome.ui
+ uic $< -o $@
+
main_window.h: ui_main_window.h
ui_main_window.h: main_window.ui
@@ -131,6 +136,7 @@ EXTRA_DIST = \
main.cpp \
Makefile.common \
Makefile_custom.common \
+ main_welcome.ui \
main_window.ui \
display_filter_16.svg \
gpl-template.txt