Results 1 to 3 of 3

Thread: Windows Qt SDK's QtCreator erroneously generating bcc32 makefiles

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2009
    Posts
    33
    Thanks
    6
    Thanked 7 Times in 4 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Windows Qt SDK's QtCreator erroneously generating bcc32 makefiles

    Hello,

    I've been trying to help a user of QuteCsound build the project from source, but it seems that his installation of QtCreator via the Qt SDK went awry due to Borland being on his system PATH, so instead of generating win32-g++ makefiles, QtCreator is generating bcc32 makefiles.

    From what I understand of qmake, it is hard-coded to output makefiles of a specific type and that makefile type is configured during installation. If this is correct, then the only way I know to fix the problem for this user is to tell him to remove the borland directory from his system PATH and re-install the Windows Qt SDK. Am I correct in my diagnosis or is there an easier way, because right now he can't even build a "Hello World" application using QtCreator, nevermind something as complicated as QuteCsound.

    Any help would be appreciated as previous posts regarding this issue have gone unanswered.

    Thanks,
    ~ andy.f

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,017 Times in 4,793 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Windows Qt SDK's QtCreator erroneously generating bcc32 makefiles

    Quote Originally Posted by andy.fillebrown View Post
    From what I understand of qmake, it is hard-coded to output makefiles of a specific type and that makefile type is configured during installation.
    No no no... that's completely false. You can change the generated makefiles in any moment by directing qmake to a different spec set, either using -spec switch or by changing the contents of the "default" directory in mkspecs subdirectory of Qt installation.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. The following user says thank you to wysota for this useful post:

    andy.fillebrown (2nd October 2009)

  4. #3
    Join Date
    Feb 2009
    Posts
    33
    Thanks
    6
    Thanked 7 Times in 4 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Windows Qt SDK's QtCreator erroneously generating bcc32 makefiles

    Ah, excellent! That is exactly the info I was looking for. Thank you again wysota.

    ~ andy.f

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.