Results 1 to 2 of 2

Thread: Compiling Qt Creator with mingw

  1. #1
    Join Date
    Jan 2011
    Posts
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Compiling Qt Creator with mingw

    Compiling Qt Creator with mingw

    Hello, I'm French. I use google translation.

    In order to integrate qwt into the designer qtcreator I decided to compile with mingw qtcreator (failed to compile qwt with msvc).

    So that's what I did:

    I installed full SQK 2010.5 (qt4.7 qtcreator + 2.0): c:\Qt\2010.5\ etc .......
    I then add qtcreator 2.0.1 RC2 (to test qtquick) c:\Qt\qtcreator-2.0.1\ .......

    I then downloaded the 2.0.1 sources qtcreator and I put it in d:\pathwithoutscape\repsrcqtcreator\
    I created the directory: d:\pathwithoutscape\myqtcreatormingw\ to separate the sources of binary

    In the Qt Console (located in directory: myqtcreatormingw) I typed:

    qmake ..\repsrcqtcreator\qtcreator.pro
    then:
    mingw32-make release

    Then I add in the PATH: c:\Qt\2010.5\qt\bin in order to make the link with the Qt dll

    So far so good

    But here's the message that appears when I run my executable qtcreator.exe which is in d:\pathwithoutscape\myqtcreatormingw\


    Yet the path is good and the file is present core.dll !!!!!

    Here I do not see how.
    Can not find anything about it on the net.

    I hope someone has the answer that I would be really helpful. Personally I got no problem using qwt but without the designer. But my students would be better if they have to integrate everything to advance their project.

    Thank you in advance.

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

    Default Re: Compiling Qt Creator with mingw

    Before compiling qtcreator (running mingw-make32) please run qmake -v and tell us what the output is.
    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.


Similar Threads

  1. Replies: 1
    Last Post: 28th June 2010, 20:59
  2. QT Creator - Mingw 5.1.6
    By floyd.pepper in forum Qt Tools
    Replies: 1
    Last Post: 20th October 2009, 19:34
  3. Trouble compiling with MinGW 5 and QT4
    By Yogibear in forum Newbie
    Replies: 7
    Last Post: 4th October 2007, 13:07
  4. Qt with MinGW, compiling problem
    By nileshsince1980 in forum Qt Programming
    Replies: 1
    Last Post: 25th September 2007, 09:00
  5. Compiling QT with VS2005 rather than MinGW
    By rssmps in forum Installation and Deployment
    Replies: 2
    Last Post: 23rd June 2006, 21:11

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.