Results 1 to 5 of 5

Thread: Deploying to Windows

  1. #1

    Default Deploying to Windows

    Hi,

    completely new to QT, but trying to pick it up. I have built a very very basic application which runs fine in the QT Creator, however if I try to run the exe from the debug or relase folder, I am getting messages about missing dll's. If I copy the dlls from other locations (by searching the QT SDK install folder) I eventually get an error:

    " The procedure entry point ?metric@QWidget@@MBEHW4PaintDeviceMetric@QPaintDev ice@@@Z could not be located in the dynamic link library QtGuid4.dll "

    I have found this guide which says I need to configure static links:

    http://qt-project.org/doc/qt-4.7/dep...t-windows.html

    However I cannot even run the 'configure' command, I get an error:

    "'configure' is not recognized as an internal or external command, operable program or batch file.

    I must be in the wrong directory, but when I search for configure.exe it is only in the symbian folder, and I am not developing for symbian?

    I forgot to add that I want the exe to be executable on a pc that DOES NOT have QT SDK installed. For example, I have QTSDK on my main pc, but I want my application to run on 2 laptops and maybe I could compile it for a linux pc, but none of these will know anything about QT.

    I have also tried to follow this post:

    http://doc.qt.digia.com/latest/deployment-windows.html

    But I do not have nmake??????

    Ive got to say, so far I have found the setup and running of QT very complicated, there seems to be a lot of forums and tutorials, but nothing that really shows a beginner, what to install, how to start making a program and how to deploy that program to Windows, Linux, Symbian etc, which is basically what the tool is supposed to do isnt it??? I am moving from C# on visual studio, and at first need to be able to replicate what I can do in Visual Studio, so far....nada !
    Last edited by digitalfriction; 20th September 2012 at 15:05. Reason: Further Information

  2. #2
    Join Date
    Sep 2012
    Location
    Iran, Tehran
    Posts
    76
    Thanks
    17
    Thanked 13 Times in 13 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Windows

    Default Re: Deploying to Windows

    I'm not sure whether I understand right, but seems you have Qt SDK installed already and the first parts of the guides explains how to compile and install Qt SDK from source code.

    If so, to create an standalone application you need to compile your program in release mode. There's a PC icon in the left side of Qt Creator you can change the mode using it if it is in debug mode.

  3. #3

    Default Re: Deploying to Windows

    Hi,

    I do have Qt SDK installed, but I did not compile it myself, I downloaded the open source binary for windows.

    I have the problem whwether I use a debug or a release build. I have however now realised that the exe will work if I copy it into the C:\QtSDK\Desktop\Qt\4.8.1\msvc2010\bin folder, so this means that I can get away with finding the necessary dll's each time I deploy, and include them with the exe, or use an installer to put them in the System32 directory.

    I hope it isnt this difficult to deploy to systems I am less familiar with (linux) as the whole point of me trying to move to Qt is to deploy to multiple environments.

  4. #4
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Deploying to Windows

    completely new to QT, but trying to pick it up. I have built a very very basic application which runs fine in the QT Creator, however if I try to run the exe from the debug or relase folder, I am getting messages about missing dll's. If I copy the dlls from other locations (by searching the QT SDK install folder) I eventually get an error:

    " The procedure entry point ?metric@QWidget@@MBEHW4PaintDeviceMetric@QPaintDev ice@@@Z could not be located in the dynamic link library QtGuid4.dll "
    Then you likely have the wrong DLLs. The DLLs in QtSDK\QtCreator\bin are the ones that Qt Creator uses. They are built with the same Microsoft compiler as Creator and cannot be used by an application built with a different compiler e.g. MingW or possibly newer MSVC. The DLLs and plugins you want are in the QtSDK\Desktop\Qt\4.8.x\{compiler}\bin and \plugins directories you configured and built your project with.

  5. #5

    Default Re: Deploying to Windows

    Thankyou ChrisW67, that explanation has made a lot more sense.

Similar Threads

  1. Deploying Qt Assistant on Windows
    By ich_bins in forum Installation and Deployment
    Replies: 0
    Last Post: 10th March 2011, 10:42
  2. Trouble deploying on Windows
    By kiss-o-matic in forum Installation and Deployment
    Replies: 6
    Last Post: 17th October 2010, 06:42
  3. Deploying first Windows app.... compiled... now what.
    By kiss-o-matic in forum Installation and Deployment
    Replies: 3
    Last Post: 14th October 2010, 15:05
  4. Deploying on Windows
    By GianMarco in forum Installation and Deployment
    Replies: 6
    Last Post: 18th November 2009, 07:13
  5. Deploying an application on windows
    By dmcr in forum Installation and Deployment
    Replies: 1
    Last Post: 23rd September 2009, 09:23

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.