Hy you all guys!
I just started playing with QtCreator, and as you will see I REALLY a newbie...
Well, as a first try I did a small countdown program, from my home laptop. works like a charm.
Then I copied the file to a computer back in university and I get a "cannot run binary file" message (Ps: running linux on both machines).
I also tried to use static options (added CONFIG += static and staticlib to .pro file), file increases from 40k to 400k, but same message appears.
How I get this to work??
Also, if I want to compile my proj from shell, how I do it... tried make and g++ main.cpp , and none work...
Thanks for all help!!! =D
Bookmarks