1
0
mirror of https://github.com/jaredtao/TaoQuick.git synced 2025-01-31 21:22:58 +08:00
TaoQuick/TaoQuick.pro
2019-08-03 22:36:03 +08:00

28 lines
466 B
Prolog

TEMPLATE = subdirs
SUBDIRS += \
src
OTHER_FILES += README.md \
README-en_us.md \
Install.md \
Preview-animation.md \
Preview-normal.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 \
scripts/ubuntu/deploy.sh
}