Run my program when i turn on
-
Hi
Why do u want it to start up with windows?
Normally you just start it when needed ?anyways, depending on your platform
http://www.howtogeek.com/228467/how-to-make-a-program-run-at-startup-on-any-computer/ -
Hi
Why do u want it to start up with windows?
Normally you just start it when needed ?anyways, depending on your platform
http://www.howtogeek.com/228467/how-to-make-a-program-run-at-startup-on-any-computer/ -
@Jeronimo
when you need to run the exe outside Creator you need a deploy folder it can live in with
the Qt dlls it needs. Else it won't start.You can use the tool to create this folder
http://doc.qt.io/qt-5/windows-deployment.htmlmore info
http://www.tripleboot.org/?p=138 -
@Jeronimo
when you need to run the exe outside Creator you need a deploy folder it can live in with
the Qt dlls it needs. Else it won't start.You can use the tool to create this folder
http://doc.qt.io/qt-5/windows-deployment.htmlmore info
http://www.tripleboot.org/?p=138 -
@mrjj it's not possible to create a link like QFile::link("calculator.exe", "calculator.exe.lnk"); to solve this issue because i'm not very well compiling with static libraries.