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. [SOLVED] How to build for release with vs2013
Forum Updated to NodeBB v4.3 + New Features

[SOLVED] How to build for release with vs2013

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

    Hi.

    I installed Qt 5.3.2 for Windows 32-bit (VS 2013, OpenGL, 559 MB) and Visual Studio Add-in 1.2.3 for Qt5

    I succeed build that just create new project(Debug mode) but, failed(Release Mode) build
    So, I found some solution. (dll files and exe file in same directory, example qt5core.dll, qt4gui.dll ....)
    I see error platform plugin window and not executed

    I need how to build(Detail information i need) for release without dll file or static build for VS2013 on Windows 8.1 environment.

    1 Reply Last reply
    0
    • Chris KawaC Offline
      Chris KawaC Offline
      Chris Kawa
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi, welcome to devnet.

      There's a very detailed description of deployment process "here":http://qt-project.org/doc/qt-5/windows-deployment.html

      3 different methods are described there: static linking, manual dynamic libraries and the Windows Deployment Tool.

      There's also a wiki page "here":http://qt-project.org/wiki/Deploy_an_Application_on_Windows describing it in more of a step-by-step manner.

      1 Reply Last reply
      0
      • D Offline
        D Offline
        dev004
        wrote on last edited by
        #3

        Wow~ I solved that problem.
        Very very thank you

        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