File: deployment.pri

package info (click to toggle)
yubioath-desktop 5.1.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,236 kB
  • sloc: cpp: 24,375; ansic: 1,853; python: 1,085; xml: 84; javascript: 56; sh: 6; makefile: 4
file content (13 lines) | stat: -rw-r--r-- 242 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
unix:!android {
    isEmpty(target.path) {
        qnx {
            target.path = /tmp/$${TARGET}/bin
        } else {
            target.path = /usr/bin
        }
        export(target.path)
    }
    INSTALLS += target
}

export(INSTALLS)