Results 1 to 6 of 6

Thread: QT5 : Static build (exe without dll) "Problèm with qml plugin"

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2016
    Posts
    4
    Qt products
    Qt4 Qt5
    Platforms
    Windows

    Default QT5 : Static build (exe without dll) "Problèm with qml plugin"

    Hello,

    I'm using Qt 5.5.1 in static build (exe without dll), All work fine but i have problème with (Winextras, Multimedia, webkitwidgets) i think that's qml plugins..

    So i have this error whene i add :

    QT += winextras
    QT += multimedia
    QT += webkitwidgets


    in my .pro

    The error is :

    Project ERROR: Unknown module(s) in QT: webkitwidgets multimedia winextras
    Warnings while parsing QML type information of C:/Qt/Qt5.5.1/5.5/Src/qtbase/qml:
    <dump of C:\Qt\Qt5.5.1\5.5\Src\qtbase\qml>:1:24: Reading only version 1.1 parts.
    <dump of C:\Qt\Qt5.5.1\5.5\Src\qtbase\qml>:10:5: Seule des définitions d'objets de Component et de ModuleApi sont attendues.

    Project ERROR: Unknown module(s) in QT: webkitwidgets multimedia winextras


    Capture.jpg

    Any solution for that ?

    (Sorry for my bad english)
    Last edited by Aymene424; 15th March 2016 at 17:56.

Similar Threads

  1. QML: module "QtQuick.Controls" plugin "qtquickcontrolsplugin" not found on iOS
    By ChristianH in forum Installation and Deployment
    Replies: 0
    Last Post: 22nd August 2015, 17:53
  2. Replies: 3
    Last Post: 16th March 2015, 07:31
  3. QT Static build with "QT Add-on API" Xmlpatterns
    By uzairsaeed702 in forum Qt Programming
    Replies: 1
    Last Post: 25th November 2014, 07:55
  4. Replies: 1
    Last Post: 14th February 2014, 08:36
  5. Translation QFileDialog standart buttons ("Open"/"Save"/"Cancel")
    By victor.yacovlev in forum Qt Programming
    Replies: 4
    Last Post: 24th January 2008, 19:05

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.