On Tue, Mar 11, 2008 at 03:19:42PM -0400, rgheck wrote:
>
> Can I ask a very silly question? OK. How do you compile something simple 
> like this? All my work has been on projects that already have Makefile 
> stuff installed.

Well, 'g++ -I/path/to/Qt/includes main.cpp' gives a binary called a.out.

But I usually put this into an otbherwise empty directory and run

        qmake -project && qmake && make

Andre'

Reply via email to