Warning, /libraries/croutons/test/test.qbs is written in an unsupported language. File is not indexed.

0001 // SPDX-FileCopyrightText: 2021 Carson Black <uhhadd@gmail.com>
0002 //
0003 // SPDX-License-Identifier: MIT
0004 
0005 QtApplication {
0006     name: "croutons-test"
0007 
0008     files: ["*.cpp", "*.h"]
0009     type: ["application", "autotest"]
0010 
0011     Depends { name: "croutons" }
0012     Depends { name: "Qt"; submodules: ["gui"] }
0013 }