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. How to get executable of a Qt project inorder to run it different machine?
Forum Updated to NodeBB v4.3 + New Features

How to get executable of a Qt project inorder to run it different machine?

Scheduled Pinned Locked Moved General and Desktop
6 Posts 5 Posters 2.4k 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.
  • A Offline
    A Offline
    aurora
    wrote on last edited by
    #1

    I developed a Qt project in my computer(windows OS), now i want to execute this project in my friends machine, that machine doesn't have Qt installed...
    What are the steps i need to proceed, to get executable of my project, which must execute in different machine...?

    1 Reply Last reply
    0
    • K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      You need to copy/install your application program and the required dlls to your friends machine. "Checked out this":http://developer.qt.nokia.com/wiki/BuildingQtInstallers

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      0
      • A Offline
        A Offline
        AcerExtensa
        wrote on last edited by
        #3

        I think this is more general: "Deploying Qt Applications":http://developer.qt.nokia.com/doc/qt-4.8/deployment.html

        God is Real unless explicitly declared as Integer.

        1 Reply Last reply
        0
        • A Offline
          A Offline
          aurora
          wrote on last edited by
          #4

          Thank u i got error message saying....
          "The procedure entry point _Z5qFreePv could not be linked in the dynanic link library QtCore4.dll" !!!

          1 Reply Last reply
          0
          • F Offline
            F Offline
            Forgive
            wrote on last edited by
            #5

            You first need to release the application and put the Qt libraries in it's folder (Hm...). I think the error you've got is some "sort" of problems with the libraries if i'm not wrong.

            Try using C:/QtSDK/QtCreator/bin libraries. Well, or wherever you have your Qt Creator.

            1 Reply Last reply
            0
            • T Offline
              T Offline
              tobias.hunger
              wrote on last edited by
              #6

              Please do not use the libraries found in C:\QtSDK\QtCreator*. That is a custom Qt build for Qt Creator and not what you used to build your code. Please use whichever Qt version you used to build your code with instead.

              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