Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Game Development
  4. [solved] Qt3D problem; what do I need to add to program to run it everywhere?

[solved] Qt3D problem; what do I need to add to program to run it everywhere?

Scheduled Pinned Locked Moved Game Development
6 Posts 4 Posters 3.6k 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.
  • A Offline
    A Offline
    armadiel
    wrote on last edited by
    #1

    I really love Qt3D, it is an awesome feature taking Qt itself to brand new level. But we hoped it will be a part of Qt faster.

    Me and my friends started a project of 3D multiplayer online chess, with some spelss, level and ranking system and AI, its all almost done but we faced a major problem.

    The game is working only on ONE pc!!!

    I spent about 8h trying to run it on any other one. Problem is we don't know what libraries should we include with exe and we tried almost everything. I was hoping to release this game as an actual application, that you can download and install on any PC(win 7 and linux atleast) but we can't get it going. The error we get says Qt3D is not installed (when w import Qt3D 1.0), so what we have to do to make it work?

    I would really appreciate if someone would help us, cos now we are stucked...
    I will gladly answer any questions and I am looking forward to solutions.

    1 Reply Last reply
    0
    • A Offline
      A Offline
      armadiel
      wrote on last edited by
      #2

      Apperantly we did it :)
      We are using *.obj and *3ds so we had to copy /sceneformats/(all plugins we are using) to our main folder with exe, and also we had to copy Qt3D folder there.

      1 Reply Last reply
      0
      • J Offline
        J Offline
        jim_kaiser
        wrote on last edited by
        #3

        Ah.. yes, the installer needs to copy in the folder of the exe, the general dlls it uses, including qt plugins (like jpeg png), qt dlls, translation files, even the CRT you use etc.. Could you add [ Solved ] to the title.. if your problem is solved.

        [ Edit: Add smiley :) .. Now all the post in this thread are smiling ]

        1 Reply Last reply
        0
        • M Offline
          M Offline
          mgran
          wrote on last edited by
          #4

          [quote author="jim_kaiser" date="1308057166"] Could you add [ Solved ] to the title.. if your problem is solved.[/quote]

          Done :)

          Project Manager - Qt Development Frameworks

          1 Reply Last reply
          0
          • Z Offline
            Z Offline
            ZapB
            wrote on last edited by
            #5

            Using depends.exe on yoru executable and/or libs will help you identify the dependencies that you need to include in your installer.

            Nokia Certified Qt Specialist
            Interested in hearing about Qt related work

            1 Reply Last reply
            0
            • A Offline
              A Offline
              armadiel
              wrote on last edited by
              #6

              Thank you all, depends.exe is awesome tool :) As I said before we did it :) I will make sure to share a link here to a website after the game is finished :)

              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