1
0
mirror of https://github.com/jaredtao/TaoQuick.git synced 2025-01-19 20:22:56 +08:00
TaoQuick/TaoQuick.pro

31 lines
500 B
Prolog
Raw Normal View History

2019-07-18 10:17:02 +08:00
TEMPLATE = subdirs
SUBDIRS += \
2019-08-03 17:47:27 +08:00
src \
examples
2019-07-18 10:17:02 +08:00
CONFIG += ordered
OTHER_FILES += README.md \
2019-08-03 17:47:27 +08:00
README-en_us.md \
2019-07-18 10:17:02 +08:00
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
}