Qt-interest Archive, February 2007
getting error ( Parse Error ('first: all')')
Message 1 in thread
Hi,
I am getting Parse Error ('first: all') .
When i ran an example programme given by Qt, its working fine.
But when i did qmake on my project i am getting above error.
what are the possible reasons to get this error.
reagrds,
venu
Message 2 in thread
It would be nice if you could send more detail. What you have written means
nothing to. Since I do not understand your problem I am very sure other list
members do not understand either
On 16/02/07, venugopal reddy <venu.forum@xxxxxxxxx> wrote:
>
> Hi,
> I am getting Parse Error ('first: all') .
>
> When i ran an example programme given by Qt, its working fine.
> But when i did qmake on my project i am getting above error.
>
> what are the possible reasons to get this error.
>
>
> reagrds,
> venu
>
>
--
[ signature omitted ]
Message 3 in thread
Does the error happen when running qmake or when running make? What OS are
you working on?
Please post your .pro file.
Regards,
Malte
"venugopal reddy" <venu.forum@xxxxxxxxx> schrieb am 16.02.2007 14:04:01:
> Hi,
> I am getting Parse Error ('first: all') .
>
> When i ran an example programme given by Qt, its working fine.
> But when i did qmake on my project i am getting above error.
>
> what are the possible reasons to get this error.
>
>
> reagrds,
> venu
>
--
[ signature omitted ]
Message 4 in thread
On 16.02.07 18:34:01, venugopal reddy wrote:
> I am getting Parse Error ('first: all') .
>
> When i ran an example programme given by Qt, its working fine.
> But when i did qmake on my project i am getting above error.
Then there's an error in your .pro file. From the error message it seems
it contains
first: all
on a separate line, which is not proper qmake syntax. Try reading up in
the qmake manual on doc.trolltech.com/4.2/qmake-manual.html
Andreas
--
[ signature omitted ]