Results 1 to 7 of 7

Thread: Unable to integrate Qwt-6.1.0-rc3 in Qt Creator 2.6.3 (Qt 5.0.1 mingw32)

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2013
    Posts
    4
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: Unable to integrate Qwt-6.1.0-rc3 in Qt Creator 2.6.3 (Qt 5.0.1 mingw32)

    Hi Uwe,

    thank you for your response. I really appreciate it. In my first try to install qwt I did not change the qwtconfig.pri. So the configuration was debug_and_release.
    I fully understand the problems with DEBUG & RELEASE builds.

    Again, the error under "Tools->Form Editor->About Qt designer plugins..." was the following with the "debug_and_release" configuration:

    "Cannot load library C:/Qwt-6.1.0-rc3/plugins/designer/qwt_designer_plugin.dll: Die angegebene Prozedur wurde nicht gefunden"

    Am I missing something in qt.conf? It seems that the designer plugin is not able to find another required DLL or lib.

    Here is my qt.conf again:
    [Paths]
    Libraries=../lib/qtcreator
    Plugins=C:/Qwt-6.1.0-rc3/plugins
    Headers=C:/Qwt-6.1.0-rc3/include
    Documentation=C:/Qwt-6.1.0-rc3/doc
    Libraries=C:/Qwt-6.1.0-rc3/lib

    Thanks in advance!

  2. #2
    Join Date
    Feb 2006
    Location
    Munich, Germany
    Posts
    3,325
    Thanked 879 Times in 827 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Unable to integrate Qwt-6.1.0-rc3 in Qt Creator 2.6.3 (Qt 5.0.1 mingw32)

    Probably you forgot to add C:/Qwt-6.1.0-rc3/lib to your PATH.

    Uwe

Similar Threads

  1. Replies: 2
    Last Post: 29th August 2012, 01:01
  2. Qt Creator Can't integrate Creator with Visual Studio 2005 debugger
    By AndyBrice in forum Qt Tools
    Replies: 1
    Last Post: 10th November 2011, 23:11
  3. Replies: 1
    Last Post: 7th October 2011, 21:45
  4. How to integrate QWT 6.0 with QT Creator 2.01??
    By balutvm in forum Qt Programming
    Replies: 0
    Last Post: 16th December 2010, 12:43
  5. Replies: 3
    Last Post: 9th July 2009, 10:37

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.