summaryrefslogtreecommitdiffstats
path: root/tests/auto/perfstdin/perfstdin.qbs
blob: a36665cbe4c93f1796a72d508a0fec276a5b9064 (plain)
1
2
3
4
5
6
7
8
9
10
11
import qbs

QtcAutotest {
    name: "PerfStdin Autotest"
    files: [
        "tst_perfstdin.cpp",
        "../../../app/perfstdin.cpp",
        "../../../app/perfstdin.h"
    ]
    cpp.includePaths: base.concat(["../../../app"])
}