Results 1 to 5 of 5

Thread: Large-config required

  1. #1
    Join Date
    Mar 2006
    Posts
    21
    Qt products
    Qt3
    Platforms
    Unix/X11

    Question Large-config required

    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

  2. #2
    Join Date
    Feb 2006
    Location
    New Delhi,India
    Posts
    226
    Thanks
    14
    Thanked 4 Times in 4 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Large-config required

    Hi..

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

  3. #3
    Join Date
    Mar 2006
    Posts
    21
    Qt products
    Qt3
    Platforms
    Unix/X11

    Exclamation Re: Large-config required

    after writing make it gives following error
    "Some of the required modules (large-config) are not available.
    Skipped."

    and dosent creats executable

  4. #4
    Join Date
    Feb 2006
    Location
    New Delhi,India
    Posts
    226
    Thanks
    14
    Thanked 4 Times in 4 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Large-config required

    Quote Originally Posted by awalesminfo
    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...

  5. #5
    Join Date
    Mar 2006
    Posts
    21
    Qt products
    Qt3
    Platforms
    Unix/X11

    Exclamation Re: Large-config required

    this works but on my another pc it working without editing why is it so , can we required to set some env vars ?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.