tags:

views:

14

answers:

1

I am trying to build a Qt GUI Main Window project and get the following errors:

  • BLDMAKEERROR:Can't find "\Symbian....\BLD.INF
  • bldmake returned with exit value=1

In the last two days, I've re-installed above apps many times following all

installation guides; setting up the environment variables but nothing worked

out.

Kindly anyone help as I've been able to build even the Helloworld program.

Thanks in advance.

A: 

bld.inf gets generated by qmake from your .pro file. Have you run qmake on your project? In Carbide.C++ Qt perspective it's Project->Run qmake.

laalto