1
0
mirror of https://github.com/jaredtao/TaoQuick.git synced 2025-01-31 21:22:58 +08:00
TaoQuick/3rdparty/TaoCommon/TaoCommon.pri

30 lines
690 B
Plaintext
Raw Normal View History

2020-06-30 00:34:25 +08:00
!build_TaoCommon_lib:{
DEFINES +=TaoCommon_NO_LIB
}
INCLUDEPATH += $$PWD \
$$PWD/Common \
$$PWD/Logger \
$$PWD/Thread
HEADERS += \
$$PWD/Common/filereadwrite.h \
$$PWD/Common/objectmap.h \
$$PWD/Common/subject.h \
2020-10-10 22:42:53 +08:00
$$PWD/Common/package.h \
2020-10-22 23:12:00 +08:00
$$PWD/Frameless/TaoFrameLessView.h \
2020-06-30 00:34:25 +08:00
$$PWD/Logger/loggertemplate.h \
$$PWD/Logger/logger.h \
$$PWD/Thread/threadcommon.h \
$$PWD/Thread/threadpool.h \
$$PWD/Thread/threadworkercontroller.h \
2020-10-22 23:12:00 +08:00
$$PWD/Trans/Trans.h \
2020-06-30 00:34:25 +08:00
$$PWD/taocommonglobal.h
SOURCES += \
2020-10-22 23:12:00 +08:00
$$PWD/Frameless/TaoFrameLessView.cpp \
2020-06-30 00:34:25 +08:00
$$PWD/Logger/logger.cpp \
2020-10-22 23:12:00 +08:00
$$PWD/Thread/threadpool.cpp \
$$PWD/Trans/Trans.cpp
2020-06-30 00:34:25 +08:00