1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
import qbs QtcTool { name: "perf2text" Depends { name: "perfparser" } cpp.defines: ["MANUAL_TEST"] cpp.includePaths: ["../../../app", "../../auto/shared"] files: [ "perf2text.cpp", "../../auto/shared/perfparsertestclient.cpp", "../../auto/shared/perfparsertestclient.h", ] }