Sort filename lists in .pri files

This commit is contained in:
Chocobo1
2017-12-27 12:26:10 +08:00
parent 267362a7a0
commit ec337a8a84
5 changed files with 224 additions and 221 deletions

View File

@@ -1,18 +1,18 @@
HEADERS += \
$$PWD/webui.h \
$$PWD/abstractwebapplication.h \
$$PWD/btjson.h \
$$PWD/prefjson.h \
$$PWD/jsonutils.h \
$$PWD/extra_translations.h \
$$PWD/jsonutils.h \
$$PWD/prefjson.h \
$$PWD/webapplication.h \
$$PWD/websessiondata.h \
$$PWD/abstractwebapplication.h
$$PWD/webui.h
SOURCES += \
$$PWD/webui.cpp \
$$PWD/abstractwebapplication.cpp \
$$PWD/btjson.cpp \
$$PWD/prefjson.cpp \
$$PWD/webapplication.cpp \
$$PWD/abstractwebapplication.cpp
$$PWD/webui.cpp
RESOURCES += $$PWD/webui.qrc