mirror of
https://github.com/jaredtao/TaoQuick.git
synced 2025-01-31 21:22:58 +08:00
11 lines
161 B
Prolog
11 lines
161 B
Prolog
load(qt_parts)
|
|
CONFIG += ordered
|
|
#SUBDIRS += demo
|
|
OTHER_FILES += \
|
|
.* \
|
|
_clang-format \
|
|
LICENSE \
|
|
*.md \
|
|
*.profile \
|
|
.github/workflows/*
|