Warning, /libraries/croutons/croutons.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 Project {
0006     references: [
0007         "lib/croutons.qbs",
0008         "test/test.qbs",
0009     ]
0010 
0011     AutotestRunner { name: "croutons-tests" }
0012 }