summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2017-04-18 10:11:06 +0200
committerStig Bjørlykke <stig@bjorlykke.org>2017-04-18 10:57:28 +0000
commit1b7677e32f75c8e12698a9de505f3f9fb9df9569 (patch)
tree9f76cd91064adeef4d38494b7383c15a7c64613d /ui
parent951cf710e8c8f85fb248887d9545c939cc03d7a8 (diff)
downloadwireshark-1b7677e32f75c8e12698a9de505f3f9fb9df9569.tar.gz
CMake: Sort entries
Put additional_toolbar in sorted position. Change-Id: I483bca72265a5932f54ccf882c6659e94be5d95b Reviewed-on: https://code.wireshark.org/review/21183 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
Diffstat (limited to 'ui')
-rw-r--r--ui/qt/CMakeLists.txt4
-rw-r--r--ui/qt/Makefile.am4
2 files changed, 4 insertions, 4 deletions
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 \