mirror of
https://github.com/jaredtao/TaoQuick.git
synced 2025-01-19 20:22:56 +08:00
18 lines
258 B
Plaintext
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
|
|
|