Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. QtStudio3D
Forum Updated to NodeBB v4.3 + New Features

QtStudio3D

Scheduled Pinned Locked Moved Solved QML and Qt Quick
18 Posts 3 Posters 6.4k Views 2 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.
  • SGaistS SGaist

    Hi,

    From the build instructions provided here the currently known to work environment is VS2015.

    I'd add the QT_DEBUG_PLUGINS environment variable set to 1 so you can check what is going on regarding the plugin loading failure.

    F Offline
    F Offline
    filipdns
    wrote on last edited by
    #9

    @SGaist Hi SGaist, on install instruction, they say "Download precompiled boost binaries from www.boost.org and extract them to: <path to repo root>/src/3rdparty/boost/1.65.0 but when I try to compile it, I got an message boost can not be found. I think following .h file it have to be extract to <path to repo root>/src/3rdparty/ColladaDOM/1.4.0/dom/external-libs/boost. not sure yet...

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #10

      Did you try to call git submodule init && git submodule update ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      F 1 Reply Last reply
      0
      • SGaistS SGaist

        Did you try to call git submodule init && git submodule update ?

        F Offline
        F Offline
        filipdns
        wrote on last edited by
        #11

        @SGaist said in QtStudio3D:

        git submodule init && git submodule update

        Hello, no, how you do that? only paste this command line give me fatal error not git repository

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #12

          You have to do that at the root of your Qt3D Studio clone.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          F 1 Reply Last reply
          0
          • SGaistS SGaist

            You have to do that at the root of your Qt3D Studio clone.

            F Offline
            F Offline
            filipdns
            wrote on last edited by
            #13

            @SGaist thank you very much.

            Do you know exactly how we have to extract boost?
            when I do like they said, extracted to C:\Users\Phil\qt3dstudio\src\3rdparty\boost\1.65.0 I got boost no such as directory message for all file required in boost folder?

            1 Reply Last reply
            0
            • F Offline
              F Offline
              filipdns
              wrote on last edited by
              #14

              oh I forgot, I have also that is not working:
              E:\Program Files\Microsoft Visual Studio 14.0\VC\include\crtdefs.h:10: erreur : C1083: Cannot open include file: 'corecrt.h': No such file or directory (compiling source file C:\Users\Phil\qt3dstudio\src\3rdparty\Lua\UnknownVersion\src\lbaselib.c)

              I'm not lucky with qt3dstudio...

              1 Reply Last reply
              0
              • SGaistS Offline
                SGaistS Offline
                SGaist
                Lifetime Qt Champion
                wrote on last edited by
                #15

                After getting the boost problem solved ?

                Interested in AI ? www.idiap.ch
                Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                F 1 Reply Last reply
                0
                • SGaistS SGaist

                  After getting the boost problem solved ?

                  F Offline
                  F Offline
                  filipdns
                  wrote on last edited by
                  #16

                  @SGaist no nothing changed...

                  1 Reply Last reply
                  0
                  • F Offline
                    F Offline
                    filipdns
                    wrote on last edited by
                    #17

                    Hi, I found the problem.

                    in the build instruction they say:
                    Download precompiled boost binaries from www.boost.org and extract them to:
                    <path to repo root>/src/3rdparty/boost/1.65.0

                    in fact, studio need the boost_1_65_0-msvc-14.0-64 version.
                    It have to be install with changing directory to <path to repo root>/src/3rdparty/boost/1.65.0

                    After that, following the commonplatform.pri file, I saw the the boost dir was BOOSTDIR = $$THIRDPARTY_DIR/boost/1.65.0/msvc14/lib64

                    but it's not what we have inside boost installation, we have to create new folder called msvc14 and rename the folder who contain libboost_signals-vc140-mt-gd-1_65 to "lib64" and move this rename folder inside the msvc14 folder.

                    The other way is to change the bootdir in pri files but same libs are called many time, that why I make choice to change boost folder structure

                    1 Reply Last reply
                    0
                    • SGaistS Offline
                      SGaistS Offline
                      SGaist
                      Lifetime Qt Champion
                      wrote on last edited by
                      #18

                      Glad you found a solution and thanks for sharing !

                      Interested in AI ? www.idiap.ch
                      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                      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