16.03.2015 Views

Setting up cross compiling environment & Qt/X11 ... - Bytemark Hosting

Setting up cross compiling environment & Qt/X11 ... - Bytemark Hosting

Setting up cross compiling environment & Qt/X11 ... - Bytemark Hosting

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Press Finish to create the project.<br />

Create a new source file by clicking on File → New → Source File, call it main.c.<br />

Press Finish to create the file and add a small hello world program in the file:<br />

#include <br />

int main(int argc, char* argv[])<br />

{<br />

printf("Hello world\n");<br />

return 0;<br />

}<br />

6/20

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!