PDA

View Full Version : Large-config required



awalesminfo
29th March 2006, 04:34
hi guys am new to qt3 and facing problem in making the qt3 example , the problem is when i type make it gives error and says skipin large-config required please help me fast am not able to anything:( :( :(

Kapil
29th March 2006, 06:21
Hi..

Is this line present in your .pro file... 'REQUIRES = large-config'

awalesminfo
29th March 2006, 07:01
after writing make it gives following error
"Some of the required modules (large-config) are not available.
Skipped."

and dosent creats executable:( :(

Kapil
29th March 2006, 07:12
after writing make it gives following error
"Some of the required modules (large-config) are not available.
Skipped."

and dosent creats executable:( :(

Solution is:

remove (or comment out) "REQUIRES=" lines from project (*.pro) files.

Try this out...

awalesminfo
29th March 2006, 07:20
this works but on my another pc it working without editing why is it so , can we required to set some env vars ?