1 2 3 4 5 6 7 8
import qbs import "../../autotest.qbs" as Autotest Autotest { name: "CamelHumpMatcher autotest" Depends { name: "Utils" } files: "tst_camelhumpmatcher.cpp" }