aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-01-21 16:58:51 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-01-21 16:58:51 +0000
commit980edc703420a14e2be94a1aa2390b564313ab94 (patch)
tree105c62d985b9fbef672487200cc2a28a93bc6629 /ui
parent1e06850bb3cd0443726c62e08936a4b29d4dff5e (diff)
Add UI_FILES list (more easy to use when add a new ui files...)
svn path=/trunk/; revision=47198
Diffstat (limited to 'ui')
-rw-r--r--ui/qt/Makefile.am17
-rw-r--r--ui/qt/Makefile.common22
2 files changed, 23 insertions, 16 deletions
diff --git a/ui/qt/Makefile.am b/ui/qt/Makefile.am
index 4ba9f22aa2..69bcef7845 100644
--- a/ui/qt/Makefile.am
+++ b/ui/qt/Makefile.am
@@ -160,30 +160,15 @@ remote_icons.h:
# Makefile.nmake
EXTRA_DIST = \
$(GENERATOR_FILES) \
+ $(UI_FILES) \
$(QRC_FILES) \
$(TS_FILES) \
$(QM_FILES) \
CMakeLists.txt \
doxygen.cfg.in \
- export_object_dialog.ui \
- file_set_dialog.ui \
- import_text_dialog.ui \
- layout_preferences_frame.ui \
main.cpp \
Makefile.common \
Makefile_custom.common \
- main_welcome.ui \
- main_window.ui \
- main_window_preferences_frame.ui \
- packet_format_group_box.ui \
- packet_range_group_box.ui \
- packet_comment_dialog.ui \
- preferences_dialog.ui \
- print_dialog.ui \
- profile_dialog.ui \
QtShark.pro \
- search_frame.ui \
- splash_overlay.ui \
- time_shift_dialog.ui \
display_filter_16.svg \
gpl-template.txt
diff --git a/ui/qt/Makefile.common b/ui/qt/Makefile.common
index 5eb06f8e72..af327f4849 100644
--- a/ui/qt/Makefile.common
+++ b/ui/qt/Makefile.common
@@ -122,6 +122,28 @@ MOC_HDRS = \
time_shift_dialog.h \
wireshark_application.h
+
+#
+# .ui files.
+#
+UI_FILES = \
+ export_object_dialog.ui \
+ file_set_dialog.ui \
+ import_text_dialog.ui \
+ layout_preferences_frame.ui \
+ main_welcome.ui \
+ main_window.ui \
+ main_window_preferences_frame.ui \
+ packet_format_group_box.ui \
+ packet_range_group_box.ui \
+ packet_comment_dialog.ui \
+ preferences_dialog.ui \
+ print_dialog.ui \
+ profile_dialog.ui \
+ search_frame.ui \
+ splash_overlay.ui \
+ time_shift_dialog.ui
+
#
# The .moc.cpp files generated from them.
# We do *not* include these in the distribution; if you have the Qt SDK