mirror of
https://github.com/jaredtao/TaoQuick.git
synced 2025-01-19 20:22:56 +08:00
24 lines
364 B
Prolog
24 lines
364 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS += \
|
|
src
|
|
|
|
OTHER_FILES += README.md \
|
|
Install.md \
|
|
.clang-format \
|
|
LICENSE \
|
|
appveyor.yml \
|
|
.travis.yml
|
|
|
|
macos {
|
|
OTHER_FILES += \
|
|
scripts/macos/install.sh \
|
|
scripts/macos/build.sh \
|
|
scripts/macos/deploy.sh
|
|
}
|
|
|
|
linux {
|
|
OTHER_FILES += \
|
|
scripts/ubuntu/install.sh \
|
|
scripts/ubuntu/build.sh \
|
|
}
|