Set remote path in Qt creator

We need to add the following in .pro file to set the remote path:

unix:
{
    target.path += /home/root
    INSTALLS += target
}

The remote path we set is "/home/root"

留言

熱門文章