aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-08-27 20:31:22 +0000
committerGuy Harris <guy@alum.mit.edu>2013-08-27 20:31:22 +0000
commitabfc95ba4000dabc20daaf5a0b9cccb1a3b7fc30 (patch)
tree7c023ccb3d816cc933ada648bbfca226b99ea4cd /ui/qt/Makefile.common
parent7cfcf703e20a87ad0c71d4254050ecd84ee62c12 (diff)
QCustomPlot is C++, not C.
Additional changes needed for the TCP stream UI code. svn path=/trunk/; revision=51544
Diffstat (limited to 'ui/qt/Makefile.common')
-rw-r--r--ui/qt/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/qt/Makefile.common b/ui/qt/Makefile.common
index fcd85f9b4e..78863c39de 100644
--- a/ui/qt/Makefile.common
+++ b/ui/qt/Makefile.common
@@ -129,6 +129,7 @@ MOC_HDRS = \
profile_dialog.h \
progress_bar.h \
proto_tree.h \
+ qcustomplot.h \
recent_file_status.h \
related_packet_delegate.h \
search_frame.h \
@@ -259,7 +260,7 @@ WIRESHARK_QT_SRC = \
profile_dialog.cpp \
progress_bar.cpp \
proto_tree.cpp \
- qcustomplot.c \
+ qcustomplot.cpp \
qt_ui_utils.cpp \
recent_file_status.cpp \
related_packet_delegate.cpp \