ARM linux开机自启动Qt程序

1.将编译好的Qt应用程序window放到/opt/路径下

2.在/etc/init.d/rcS文件末尾加入/opt/window -qws&

你可能感兴趣的:(linux)