aboutsummaryrefslogtreecommitdiffstats
path: root/examples/helloworld-qt/hello.qbs
blob: de37369f354d12f0d2f175fe6e7524d46b6454f6 (plain)
1
2
3
4
5
6
7
import qbs

CppApplication {
    name: "HelloWorld-Qt"
    Depends { name: "Qt.core" }
    files: "main.cpp"
}