mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 05:08:05 -06:00
Sort filename lists in .pri files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user