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. Export QT Addin + Opencv project to .exe in visual studio 2013.
Forum Updated to NodeBB v4.3 + New Features

Export QT Addin + Opencv project to .exe in visual studio 2013.

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 2 Posters 1.1k 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.
  • ChrisClC Offline
    ChrisClC Offline
    ChrisCl
    wrote on last edited by
    #1

    As topic, is there anyone know how to Export QT Addin + Opencv project to .exe in visual studio 2013?
    I would like to export my project into .exe file and use it on other pc, any suggestion?

    jsulmJ 1 Reply Last reply
    0
    • ChrisClC ChrisCl

      As topic, is there anyone know how to Export QT Addin + Opencv project to .exe in visual studio 2013?
      I would like to export my project into .exe file and use it on other pc, any suggestion?

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @ChrisCl What is Qt Addin?
      What do you mean by export? I guess you mean build and deploy?
      For deploying you can use http://doc.qt.io/qt-5/windows-deployment.html

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • ChrisClC Offline
        ChrisClC Offline
        ChrisCl
        wrote on last edited by
        #3

        @jsulm
        It is a addin tools to let me use qt on visual studio 2013.
        Yes i want to export my project to .exe file so that it can use on other pc.

        jsulmJ 1 Reply Last reply
        0
        • ChrisClC ChrisCl

          @jsulm
          It is a addin tools to let me use qt on visual studio 2013.
          Yes i want to export my project to .exe file so that it can use on other pc.

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @ChrisCl I never used the Qt Addin, but I guess you have to install it?
          Then you need OpenCV built with same compiler (VS2013). When everything is set up then add OpenCV as library to your project and build your project. Then use the deployment tool (see link I posted before).

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          ChrisClC 1 Reply Last reply
          0
          • jsulmJ jsulm

            @ChrisCl I never used the Qt Addin, but I guess you have to install it?
            Then you need OpenCV built with same compiler (VS2013). When everything is set up then add OpenCV as library to your project and build your project. Then use the deployment tool (see link I posted before).

            ChrisClC Offline
            ChrisClC Offline
            ChrisCl
            wrote on last edited by
            #5

            @jsulm

            Thanks for your suggestion.

            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