aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/ios/deployment.pri
blob: dc63e23a0cafacc707ddd6bc4baa4b4c763dd851 (plain) (blame)
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 = /opt/$${TARGET}/bin
		}
		export(target.path)
	}
	INSTALLS += target
}

export(INSTALLS)