Warning, /graphics/digikam/core/libs/dplugins/webservices/o2/examples/sialis/deployment.pri is written in an unsupported language. File is not indexed.
0001 unix:!android { 0002 isEmpty(target.path) { 0003 qnx { 0004 target.path = /tmp/$${TARGET}/bin 0005 } else { 0006 target.path = /opt/$${TARGET}/bin 0007 } 0008 export(target.path) 0009 } 0010 INSTALLS += target 0011 } 0012 0013 export(INSTALLS)