Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Cant compile QtMathMl
QtWS25 Last Chance

Cant compile QtMathMl

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 1.8k Views
  • 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.
  • R Offline
    R Offline
    Ruzik
    wrote on last edited by
    #1

    Hellow!
    When i want to compile QtMamtMl i get many errors:

    "Error 16 fatal error LNK1120: 15 unresolved externals elements of C: \ Users \ ruzik \ Documents \ Visual Studio 2008 \ Projects \ RizekMath \ Debug \ RizekMath.exe
    Error 14 error LNK2019: unresolved external reference symbol "__declspec (dllimport) public: unsigned int __thiscall QDomNamedNodeMap:: length (void) const" (_imp? Length @ QDomNamedNodeMap @ @ QBEIXZ) in function "private: class
    And other 13 errors like last error"

    I use MSVC 2008 as compiler
    In advance many thanks for your help!
    P.S. sorry, but there are some errors in my post view because of @ in the error's text

    1 Reply Last reply
    0
    • G Offline
      G Offline
      goetz
      wrote on last edited by
      #2

      You're missing the Qt XML module. If you have a .pro file, add this to it:

      @
      QT += xml
      @

      If not, add QtXml4 to the list of libraries to link against (for .pro files this is done automatically with the line above).

      http://www.catb.org/~esr/faqs/smart-questions.html

      1 Reply Last reply
      0
      • R Offline
        R Offline
        Ruzik
        wrote on last edited by
        #3

        You are right
        Thank you for your help!

        1 Reply Last reply
        0

        • Login

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