1TEMPLATE = subdirs 2 3CONFIG += ordered 4 5SUBDIRS += \ 6 third_party/freetype \ 7 third_party/harfbuzz \ 8 third_party/icu \ 9 third_party/libjpeg \ 10 third_party/zlib \ 11 third_party/libpng \ 12 third_party/qrcodegen \ 13 libui \ 14 test \ 15 uitest/UITest.pro 16