Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. How to use external library - QtMEL?

How to use external library - QtMEL?

Scheduled Pinned Locked Moved Unsolved 3rd Party Software
2 Posts 2 Posters 1.4k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    pj0909
    wrote on last edited by
    #1

    Hi all,

    I am new to Qt and I want to use QtMEL library to make an application for recording a video on Windows. I added external library in my Qt project, added all the necessary header files, pasted all the required dll files inside the debug folder of my project but I am not able to use the library. I looked on the website http://kibsoft.ru/ and did what was written but didn't succeed to build my project without any errors. It shows error as cannot open include file - libqtmeld1 while few other errors are-

    error: C2491: 'Encoder::staticMetaObject' : definition of dllimport static data member not allowed
    
    mainwindow.obj:-1: error: LNK2019: unresolved external symbol "__declspec(dllimport) public: __cdecl VideoCodecSettings::VideoCodecSettings(void)" (__imp_??0VideoCodecSettings@@QEAA@XZ) referenced in function "private: class VideoCodecSettings __cdecl MainWindow::videoCodecSettings(void)const " (?videoCodecSettings@MainWindow@@AEBA?AVVideoCodecSettings@@XZ)
    

    Can anyone please guide me on how can I use the qtMel library for windows?

    Thank you for your time and knowledge.

    1 Reply Last reply
    0
    • VRoninV Offline
      VRoninV Offline
      VRonin
      wrote on last edited by
      #2

      http://doc.qt.io/qt-5/third-party-libraries.html
      http://doc.qt.io/qtcreator/creator-project-qmake-libraries.html

      "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
      ~Napoleon Bonaparte

      On a crusade to banish setIndexWidget() from the holy land of Qt

      1 Reply Last reply
      1

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved