summaryrefslogtreecommitdiff
path: root/tests/auto/environment/environment.qbs
blob: 476342fbd9546a61d9c6f8e6e0b096dd29ec3902 (plain)
1
2
3
4
5
6
7
import qbs

QtcAutotest {
    name: "Environment autotest"
    Depends { name: "Utils" }
    files: "tst_environment.cpp"
}