Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved Static build of Qt, Error

    General and Desktop
    2
    2
    834
    Loading More Posts
    • 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.
    • Freddy1111
      Freddy1111 last edited by

      hi,
      im trying to build qt statically with

      cd /path/to/Qt
      ./configure -static -prefix /path/to/Qt <other parameters>
      make
      

      and got some errors. Now i am facing the following one:

      .obj/simple-qml_plugin_import.o:simple-qml_plugin_import.cpp:function _GLOBAL__sub_I_simple_qml_plugin_import.cpp: error: undefined reference to 'qt_static_plugin_AssimpParserPlugin()'
      collect2: error: ld returned 1 exit status

      I cant find anything about it. Anyone an idea?

      Thanks.

      1 Reply Last reply Reply Quote 0
      • S
        shahriar25 last edited by

        Hi
        what is your distro? first you have to install these:

        https://wiki.qt.io/Building_Qt_5_from_Git

        and also don't build examples and build in release mod

        something like this:

        ./configure -static -release -prefix /path/to/Qt <other parameters> -nomake examples

        and then:
        make -j <no. of processes>
        make install

        This is what I know

        1 Reply Last reply Reply Quote 0
        • First post
          Last post