summaryrefslogtreecommitdiff
path: root/ui/qt/QtShark.pro
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-01-19 00:57:57 +0000
committerGerald Combs <gerald@wireshark.org>2013-01-19 00:57:57 +0000
commit2c5ce01f33e752222fa6fcaea8abe90e219c0753 (patch)
treebfc93a2b32cdf8b9e6b3a41052147bef7c556c4a /ui/qt/QtShark.pro
parent69489bc85a6d420c8e9766574f63d07e4a679a4e (diff)
downloadwireshark-2c5ce01f33e752222fa6fcaea8abe90e219c0753.tar.gz
Add an "Appearance" (aka "User Interface") preference pane. Having an
"Advanced" pane gives us the luxury of omitting some items in favor of simplicity so do that. svn path=/trunk/; revision=47158
Diffstat (limited to 'ui/qt/QtShark.pro')
-rw-r--r--ui/qt/QtShark.pro9
1 files changed, 6 insertions, 3 deletions
diff --git a/ui/qt/QtShark.pro b/ui/qt/QtShark.pro
index d29c0315b9..4407aff530 100644
--- a/ui/qt/QtShark.pro
+++ b/ui/qt/QtShark.pro
@@ -193,7 +193,8 @@ FORMS += main_window.ui \
splash_overlay.ui \
time_shift_dialog.ui \
profile_dialog.ui \
- preferences_dialog.ui
+ preferences_dialog.ui \
+ main_window_preferences_frame.ui
win32 { ## These should be in config.pri ??
!isEmpty(PORTAUDIO_DIR) {
@@ -227,7 +228,8 @@ HEADERS += $$HEADERS_WS_C \
splash_overlay.h \
tango_colors.h \
profile_dialog.h \
- preferences_dialog.h
+ preferences_dialog.h \
+ main_window_preferences_frame.h
win32 {
OBJECTS_WS_C = $$SOURCES_WS_C
@@ -446,4 +448,5 @@ SOURCES += \
time_shift_dialog.cpp \
wireshark_application.cpp \
profile_dialog.cpp \
- preferences_dialog.cpp
+ preferences_dialog.cpp \
+ main_window_preferences_frame.cpp