summaryrefslogtreecommitdiff
path: root/ui/qt/CMakeLists.txt
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-08-27 20:24:20 +0000
committerJörg Mayer <jmayer@loplof.de>2013-08-27 20:24:20 +0000
commitb30a098dee4023dbfb302e66db1d60c5fbd71258 (patch)
tree2b43227a25998f389979d6d5d15ddfbb251216dd /ui/qt/CMakeLists.txt
parent22c55855476f34447a72f35ac888368c39a6689d (diff)
downloadwireshark-b30a098dee4023dbfb302e66db1d60c5fbd71258.tar.gz
Add qcustomplot.cpp to Makefile.common and CMakeLists.txt
a few whitespace fixes svn path=/trunk/; revision=51542
Diffstat (limited to 'ui/qt/CMakeLists.txt')
-rw-r--r--ui/qt/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/qt/CMakeLists.txt b/ui/qt/CMakeLists.txt
index c24b817e93..5551807565 100644
--- a/ui/qt/CMakeLists.txt
+++ b/ui/qt/CMakeLists.txt
@@ -64,6 +64,7 @@ set(QTSHARK_H_SRC
profile_dialog.h
progress_bar.h
proto_tree.h
+ qcustomplot.h
recent_file_status.h
search_frame.h
simple_dialog_qt.h
@@ -142,6 +143,7 @@ set(CLEAN_FILES
set(DIRTY_FILES
packet_list_record.cpp
+ qcustomplot.cpp
)
set(QTSHARK_UI