Results 1 to 3 of 3

Thread: Pb compilation: qwt 6.1.3 and Qt 5.8

  1. #1
    Join Date
    Mar 2017
    Posts
    1
    Qt products
    Qt5
    Platforms
    MacOS X

    Default Pb compilation: qwt 6.1.3 and Qt 5.8

    Hi,

    I have just upgraded my Qt 4 into Qt 5 (version 5.8). I then had to upgrade my version of qwt and tried to install qwt 6.1.3 but I keep having the same error message:

    In file included from qwt_designer_plugin.cpp:23:
    In file included from ./qwt_designer_plugin.h:13:
    /Applications/QT5/5.8/clang_64/lib/QtDesigner.framework/Headers/QDesignerCustomWidgetInterface:4:4: warning: Header
    <QtDesigner/QDesignerCustomWidgetInterface> is deprecated. Please include <QtUiPlugin/QDesignerCustomWidgetInterface> instead. [-W#warnings]
    # warning Header <QtDesigner/QDesignerCustomWidgetInterface> is deprecated. Please include <QtUiPlugin/QDesignerCustomWidgetInterface> instead.
    ^
    /Applications/QT5/5.8/clang_64/lib/QtDesigner.framework/Headers/QDesignerCustomWidgetInterface:8:10: fatal error:
    'QtUiPlugin/QDesignerCustomWidgetInterface' file not found
    #include <QtUiPlugin/QDesignerCustomWidgetInterface>


    Has anyone got any idea how to fix this?
    Thanks in advance,
    Nick

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

    Default Re: Pb compilation: qwt 6.1.3 and Qt 5.8

    The warning a known problem of qmake: see https://bugreports.qt.io/browse/QTBUG-50913.

    The error is probably because of not having configure Qt to include support for designer plugins. If you need the Qwt designer plugin you probably have to rebuild Qt - if not you can simply disable building it in qwtconfig.pri ( see QwtDesigner ).

    Uwe

  3. #3
    Join Date
    Mar 2017
    Posts
    1
    Qt products
    Qt5
    Platforms
    MacOS X

    Default Re: Pb compilation: qwt 6.1.3 and Qt 5.8

    I too saw this exact problem also. I too upgraded my Qt 4.7 into Qt 5,8. I then had to upgrade my version of qwt5.5 and tried to install qwt 6.1.3
    but I keep having the same error message:


    /Applications/QT5/5.8/clang_64/lib/QtDesigner.framework/Headers/QDesignerCustomWidgetInterface:8:10: fatal error:
    'QtUiPlugin/QDesignerCustomWidgetInterface' file not found
    #include <QtUiPlugin/QDesignerCustomWidgetInterface>


    Question
    Uwe states; The error is probably because of not having configure Qt to include support for designer plugins.

    How can I test my Qt5.8 install to prove that is does indeed not support designer plugins
    What's the test / terminal command to do this?

    thanks

Similar Threads

  1. Replies: 3
    Last Post: 27th August 2015, 18:30
  2. SDK vs. own compilation
    By codeman in forum Installation and Deployment
    Replies: 19
    Last Post: 20th October 2009, 10:50
  3. sql driver compilation
    By frog in forum Newbie
    Replies: 1
    Last Post: 11th September 2009, 16:07
  4. Compilation and distribution
    By cpearson1990 in forum Installation and Deployment
    Replies: 6
    Last Post: 16th July 2009, 15:09
  5. Compilation without......
    By ball in forum Installation and Deployment
    Replies: 1
    Last Post: 28th January 2006, 21:31

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.