aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2015-02-18 14:45:53 +0100
committerJeff Morriss <jeff.morriss.ws@gmail.com>2015-02-18 15:33:53 +0000
commitb35688760a6827639ecb4e1230d1a181e5048342 (patch)
tree39fdd8c65507bd877c144b867bf9eee97fb7934c
parent4342333344690341ad7d589f888dd53248b0d397 (diff)
Bugfix in ui/qt/CMakeLists.txt (missing file).
Change-Id: I1db046f2e0555c8fc78d71ec6646c18cbb6f31eb Reviewed-on: https://code.wireshark.org/review/7235 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
-rw-r--r--ui/qt/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/CMakeLists.txt b/ui/qt/CMakeLists.txt
index 0b382c7241..9f6f7311eb 100644
--- a/ui/qt/CMakeLists.txt
+++ b/ui/qt/CMakeLists.txt
@@ -185,6 +185,7 @@ set(WIRESHARK_QT_SRC
progress_bar.cpp
proto_tree.cpp
protocol_hierarchy_dialog.cpp
+ qcustomplot.cpp
qt_ui_utils.cpp
recent_file_status.cpp
related_packet_delegate.cpp