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>
This commit is contained in:
Stig Bjørlykke 2017-04-18 10:11:06 +02:00
parent 951cf710e8
commit 1b7677e32f
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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 \