Qt Creator 3.5: Remote execution broken?
-
What is the test that runs correctly ?
-
So you followed this guide and related links to setup your Qt Creator and run your application ?
-
So you followed this guide and related links to setup your Qt Creator and run your application ?
-
The next question might sound silly but do you have Qt properly installed on your target ?
-
@SGaist It's not a silly question at all! There is indeed no qt installed on the target, but as I'm starting a simple c++ hello world without any qt-stuff involved I thought i wouldn't need that. Also there is the option to say "none" for qt in Options>devices...
So does Qt creator use some qt stuff to start the executable?Thank you very much for all your help so far already!
-
No it should not. AFAIR it uses ssh to connect to your device and handle everything from there. What is your hello world doing ?
You're welcome :)
-
No it should not. AFAIR it uses ssh to connect to your device and handle everything from there. What is your hello world doing ?
You're welcome :)
-
And you don't get anything written to that file ?