1
0
mirror of https://github.com/jaredtao/TaoQuick.git synced 2025-01-17 20:12:54 +08:00

update path

This commit is contained in:
jared 2022-01-05 09:39:13 +08:00
parent 0198b46078
commit 5e7db6ad2f

View File

@ -16,6 +16,8 @@ HEADERS += \
$$PWD/Logger/Logger.h \
$$PWD/Logger/LoggerTemplate.h \
$$PWD/QuickTool/QuickTool.h \
$$PWD/QuickTree/Model/QuickTreeItem.h \
$$PWD/QuickTree/Model/QuickTreeModel.h \
$$PWD/TaoCommonGlobal.h \
$$PWD/QuickModel/QuickListItemBase.h \
$$PWD/QuickModel/QuickListModel.h \
@ -30,6 +32,7 @@ SOURCES += \
$$PWD/QuickTool/QuickTool.cpp \
$$PWD/QuickModel/QuickListItemBase.cpp \
$$PWD/QuickModel/QuickListModel.cpp \
$$PWD/QuickTree/Model/QuickTreeModel.cpp \
$$PWD/Thread/ThreadPool.cpp \
$$PWD/Trans/Trans.cpp