aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/quickcontrols2/fonts/deployment.pri
blob: c89af25a8539ccd1aa7857064dfc5ac8507282f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
unix:!android {
    isEmpty(target.path) {
        qnx {
            target.path = /tmp/$${TARGET}/bin
        } else {
            target.path = /opt/$${TARGET}/bin
        }
        export(target.path)
    }
    INSTALLS += target
}

export(INSTALLS)