aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/qtpromaker/qtpromaker.qbs
blob: 50c77f039d37cc7c48527e9b73654a144c513d42 (plain)
1
2
3
4
5
6
7
8
9
import qbs 1.0

QtcTool {
    name: "qtpromaker"

    Depends { name: "Qt.core" }

    files: [ "main.cpp" ]
}