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. Qt Static Build- QML Observer issue to buid (3 unresolved external)
Forum Updated to NodeBB v4.3 + New Features

Qt Static Build- QML Observer issue to buid (3 unresolved external)

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 2.1k 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.
  • S Offline
    S Offline
    Satmosc
    wrote on last edited by
    #1

    Hi,
    first of all I was not sure where to post but it is not only Qt Creator issue , it is global issue in Qt.

    I compiled latest Qt branch 4.7 (4.7.4) from Git repository with out any error.
    by the trick i fixed ABI detection issue as it is again happening.
    then I tried to build "QML Dump, Qml Debugging Helpers."
    First two compiled successfully but third one which is the "QML Observer" failed to build.

    Here is the error :::
    @main.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static void __cdecl QDeclarativeDebugHelper::enableDebugging(void)" (_imp?enableDebugging@QDeclarativeDebugHelper@@SAXXZ) referenced in function _main

    QmlJSDebuggerd.lib(jsdebuggeragent.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static class QScriptEngine * __cdecl QDeclarativeDebugHelper::getScriptEngine(class QDeclarativeEngine *)" (_imp?getScriptEngine@QDeclarativeDebugHelper@@SAPAVQScriptEngine@@PAVQDeclarativeEngine@@@Z) referenced in function "public: __thiscall QmlJSDebugger::JSDebuggerAgent::JSDebuggerAgent(class QDeclarativeEngine *)" (??0JSDebuggerAgent@QmlJSDebugger@@QAE@PAVQDeclarativeEngine@@@Z)

    QmlJSDebuggerd.lib(qdeclarativeviewobserver.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static void __cdecl QDeclarativeDebugHelper::setAnimationSlowDownFactor(double)" (_imp?setAnimationSlowDownFactor@QDeclarativeDebugHelper@@SAXN@Z) referenced in function "private: void __thiscall QmlJSDebugger::QDeclarativeViewObserver::animationSpeedChangeRequested(double)" (?animationSpeedChangeRequested@QDeclarativeViewObserver@QmlJSDebugger@@AAEXN@Z)

    debug\qmlobserver.exe : fatal error LNK1120: 3 unresolved externals@

    Any idea how to fix it and where it comes from ?

    !http://i51.tinypic.com/2hpsuxe.jpg(My Desktop)!

    M.Hatami
    To the Rationalism

    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