aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/CMakeLists.txt
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-02-08 01:30:31 +0000
committerGerald Combs <gerald@wireshark.org>2013-02-08 01:30:31 +0000
commitdcd8e9df5a7e71da3f2cd30d17f5206efc6fd35a (patch)
tree5c86e8299500d320873d7f01211c43e7f8bba64e /ui/qt/CMakeLists.txt
parent24d67b60ab2f21aea2e4cf8be734d374a9db66ab (diff)
Add module_preferences_scroll_area.*.
svn path=/trunk/; revision=47546
Diffstat (limited to 'ui/qt/CMakeLists.txt')
-rw-r--r--ui/qt/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/qt/CMakeLists.txt b/ui/qt/CMakeLists.txt
index 340d9df26d..389b7f402f 100644
--- a/ui/qt/CMakeLists.txt
+++ b/ui/qt/CMakeLists.txt
@@ -49,6 +49,7 @@ set(QTSHARK_H_SRC
main_welcome.h
main_window.h
main_window_preferences_frame.h
+ module_preferences_scroll_area.h
packet_comment_dialog.h
packet_format_group_box.h
packet_list.h
@@ -101,6 +102,7 @@ set(QTSHARK_CPP_SRC
main_window.cpp
main_window_preferences_frame.cpp
main_window_slots.cpp
+ module_preferences_scroll_area.cpp
packet_comment_dialog.cpp
packet_format_group_box.cpp
packet_list.cpp
@@ -139,6 +141,7 @@ set(QTSHARK_UI
main_welcome.ui
main_window.ui
main_window_preferences_frame.ui
+ module_preferences_scroll_area.ui
packet_comment_dialog.ui
packet_format_group_box.ui
packet_range_group_box.ui