From 1b7677e32f75c8e12698a9de505f3f9fb9df9569 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Tue, 18 Apr 2017 10:11:06 +0200 Subject: CMake: Sort entries MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Put additional_toolbar in sorted position. Change-Id: I483bca72265a5932f54ccf882c6659e94be5d95b Reviewed-on: https://code.wireshark.org/review/21183 Petri-Dish: Stig Bjørlykke Tested-by: Petri Dish Buildbot Reviewed-by: Stig Bjørlykke --- ui/qt/CMakeLists.txt | 4 ++-- ui/qt/Makefile.am | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'ui') diff --git a/ui/qt/CMakeLists.txt b/ui/qt/CMakeLists.txt index 95e56d9a26..e8936e9119 100644 --- a/ui/qt/CMakeLists.txt +++ b/ui/qt/CMakeLists.txt @@ -26,6 +26,7 @@ ADD_CUSTOM_CMAKE_INCLUDE() set(WIRESHARK_QT_HEADERS about_dialog.h accordion_frame.h + additional_toolbar.h address_editor_frame.h apply_line_edit.h bluetooth_att_server_attributes_dialog.h @@ -86,7 +87,6 @@ set(WIRESHARK_QT_HEADERS gsm_map_summary_dialog.h iax2_analysis_dialog.h import_text_dialog.h - additional_toolbar.h interface_tree_model.h interface_tree_cache_model.h interface_sort_filter_model.h @@ -201,6 +201,7 @@ file(GLOB EXTRA_QT_HEADERS set(WIRESHARK_QT_SRC about_dialog.cpp accordion_frame.cpp + additional_toolbar.cpp address_editor_frame.cpp apply_line_edit.cpp bluetooth_att_server_attributes_dialog.cpp @@ -256,7 +257,6 @@ set(WIRESHARK_QT_SRC geometry_state_dialog.cpp iax2_analysis_dialog.cpp import_text_dialog.cpp - additional_toolbar.cpp interface_tree_model.cpp interface_tree_cache_model.cpp interface_sort_filter_model.cpp diff --git a/ui/qt/Makefile.am b/ui/qt/Makefile.am index 846774141f..77d17ea449 100644 --- a/ui/qt/Makefile.am +++ b/ui/qt/Makefile.am @@ -155,6 +155,7 @@ GENERATOR_FILES = MOC_HDRS = \ about_dialog.h \ accordion_frame.h \ + additional_toolbar.h \ address_editor_frame.h \ apply_line_edit.h \ bluetooth_att_server_attributes_dialog.h \ @@ -214,7 +215,6 @@ MOC_HDRS = \ iax2_analysis_dialog.h \ import_text_dialog.h \ interface_frame.h \ - additional_toolbar.h \ interface_tree_model.h \ interface_tree_cache_model.h \ interface_sort_filter_model.h \ @@ -442,6 +442,7 @@ QM_FILES = $(TS_FILES:.ts=.qm) WIRESHARK_QT_SRC = \ about_dialog.cpp \ accordion_frame.cpp \ + additional_toolbar.cpp \ address_editor_frame.cpp \ apply_line_edit.cpp \ bluetooth_att_server_attributes_dialog.cpp \ @@ -498,7 +499,6 @@ WIRESHARK_QT_SRC = \ iax2_analysis_dialog.cpp \ import_text_dialog.cpp \ interface_frame.cpp \ - additional_toolbar.cpp \ interface_tree_model.cpp \ interface_tree_cache_model.cpp \ interface_sort_filter_model.cpp \ -- cgit v1.2.1