ALTMediaWriter/app/deployment.pri
Martin Briza 13d30d44b0 Basic Fedora packaging - not complete
have to figure out how to deal with the helper binary
2016-07-11 13:06:07 +02:00

8 lines
123 B
Plaintext

isEmpty(target.path) {
target.path = $${PREFIX}/usr/bin
export(target.path)
}
INSTALLS += target
export(INSTALLS)