Results 1 to 2 of 2

Thread: QMAKESPEC setting problem while compiling on AMD 64 bit m/c

  1. #1
    Join Date
    Jul 2007
    Posts
    11
    Thanks
    1
    Thanked 2 Times in 2 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11

    Default QMAKESPEC setting problem while compiling on AMD 64 bit m/c

    Hi,

    I have created one 32 bit application with Qt4.2.2.
    When I am trying to compile the same application on
    AMD 64 bit m/c RedHat Enterprize -3 paltform. I am getting following error

    "QMAKESPEC has not been set, so configuration cannot be deduced."

    I tried to set it with followings:
    QMAKESPEC=qt4.2.2-static/mkspecs/linux-g++-64
    QMAKESPEC=qt4.2.2-static/mkspecs/linux-g++-32

    Then I am getting a lot of errors in my code.

    Please can anybody tell me to what to set it.

    My Qt is installed on Fedora core -5 platform, and I am accessing
    that through LAN seeting.
    Last edited by a_m_mukul; 4th July 2007 at 08:17.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: QMAKESPEC setting problem while compiling on AMD 64 bit m/c

    Try "QMAKESPEC=linux-g++-32" or "QMAKESPEC=linux-g++-64".

Similar Threads

  1. QMAKESPEC has not been set, so configuration cannot be deduced
    By Rekha in forum Installation and Deployment
    Replies: 11
    Last Post: 6th November 2012, 18:48
  2. QMAKESPEC has not been set
    By jivanr in forum Qt Programming
    Replies: 1
    Last Post: 8th June 2007, 17:00
  3. QMAKESPEC in pro file
    By lni in forum Qt Programming
    Replies: 2
    Last Post: 14th May 2007, 19:46
  4. Replies: 1
    Last Post: 5th April 2007, 10:02
  5. what is this QMAKESPEC and hw to set it?
    By neomax in forum Qt Programming
    Replies: 2
    Last Post: 13th March 2007, 07:04

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
  •  
Qt is a trademark of The Qt Company.