リモート Linux にデプロイする方法

.pro ファイルに下記の行を追加する。

target.path += <リモート Linux 上のパス>
INSTALLS += target

target.path += /opt/myapp
INSTALLS += target