I just made a great program with Qt Creator. I'm very pleased with myself. How do I move it from my desktop to my laptop?
So, the best way would be an installer right? And for Ubuntu, that's a debian package right?
How do I do that? Has someone done this and could they share the template files for QT 4.5?
Thanks,
Mike
If you want to run the application foo
you created on the machine desktop on another machine laptop, then simply
scp
ldd foo
on laptop
This can be done in minutes.
A Debian package would automate steps 2) and 3) and provide you Depends:
so that upon installation proper libraries are added, if needed. But if you just want to go from one machine to another (using the same distro) then creating a package is overkill.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With