1
0
mirror of https://github.com/jaredtao/TaoQuick.git synced 2025-01-19 20:22:56 +08:00
TaoQuick/3rdparty/TaoCommon/TaoCommon.pri
2020-11-13 13:35:42 +08:00

18 lines
258 B
Plaintext

!build_TaoCommon_lib:{
DEFINES +=TaoCommon_NO_LIB
}
INCLUDEPATH += $$PWD
hFile = $$files($$PWD/*.h, true)
hppFile = $$files($$PWD/*.hpp, true)
cppFile = $$files($$PWD/*.cpp, true)
HEADERS += \
$$hFile \
$$hppFile
SOURCES += \
$$cppFile