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"
unix:
{
target.path += /home/root
INSTALLS += target
}
The remote path we set is "/home/root"
留言
張貼留言