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

18 lines
347 B
Prolog
Raw Normal View History

lessThan(QT_MAJOR_VERSION, 5): lessThan(QT_MINOR_VERSION, 9) {
error("current Qt version $$QT_VERSION, this project need grather than 5.9.0")
2020-06-05 00:59:40 +08:00
}
2019-07-18 10:17:02 +08:00
TEMPLATE = subdirs
2020-06-05 00:59:40 +08:00
2019-07-18 10:17:02 +08:00
SUBDIRS += \
# src \
2020-06-30 00:34:25 +08:00
examples
CONFIG+= ordered
2019-07-18 10:17:02 +08:00
2020-06-05 00:59:40 +08:00
OTHER_FILES += *.md \
2019-12-18 12:12:40 +08:00
LICENSE \
2020-06-05 00:59:40 +08:00
.clang-format \
.qmake.conf \
2020-06-19 10:25:24 +08:00
.github/workflows/* \
mkspecs/features/*