aboutsummaryrefslogblamecommitdiff
path: root/qmidiplayer-lite/deployment.pri
blob: 57bdd3af4b972dcb05210e1a68f503d4c45d62b9 (plain) (tree)
1
2
3
4
5
6




                                             
                                  






                           
unix:!android {
    isEmpty(target.path) {
        qnx {
            target.path = /tmp/$${TARGET}/bin
        } else {
            target.path = /usr/bin
        }
        export(target.path)
    }
    INSTALLS += target
}

export(INSTALLS)