Results 1 to 20 of 33

Thread: Devastating Deployment Issues

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jul 2013
    Posts
    36
    Thanks
    14
    Thanked 8 Times in 8 Posts
    Qt products
    Qt5

    Default Devastating Deployment Issues

    I really am totally clueless after reading http://qt-project.org/doc/qt-5.0/qtd...t-windows.html and many similar articles and googeling the last 4 hours. I cant deploy my app. I wrote it in QT5.1.0 and I am completely confused... please help me.

    - I am using Qt5.1.0
    - MS Visual Studio 2012
    - QExtSerialPort
    - QCustomPlot

    I tried the static and the shared library approach, but failed on both - usually in the first line of the tutorial. For example where it says:
    Now run qmake to create a new makefile for the application, and do a clean build to create the dynamically linked executable:
    nmake clean
    qmake -config release
    nmake
    So I do: WIN+R, Enter -> CMD -> Enter
    If I type "nmake clean" I get:Microsoft Windows [Version 6.2.9200]
    (c) 2012 Microsoft Corporation. Alle Rechte vorbehalten.
    c:\Users\rt\Desktop\GUI>nmake clean
    Der Befehl "nmake" ist entweder falsch geschrieben oder
    konnte nicht gefunden werden.
    Which means Command nmake cannot be found in english.

    My program is called GUI and I can execute it just fine from inside the QT Creator. When I press STRG + R I see an folder being created in my programs directory, which is called build-GUI-Desktop_Qt_5_1_0_MSVC2012_64bit-Release - but I cant open the GUI.exe which is located there. It is only 383Kb big too. Which is awkwardly small I think, bc some of the to be included files are already bigger. I just want one big executable with all I need inside. I will update this thread if I try / find out more.
    Last edited by xtlc; 22nd October 2013 at 13:30.

Similar Threads

  1. !!!! problem deployment of a Mac
    By eric_vi in forum Installation and Deployment
    Replies: 0
    Last Post: 21st May 2010, 15:38
  2. A different deployment technique QT. Is it the right way of deployment?
    By Tarun in forum Installation and Deployment
    Replies: 1
    Last Post: 15th February 2010, 14:45
  3. deployment size issues, please help
    By udit in forum Installation and Deployment
    Replies: 4
    Last Post: 17th August 2009, 09:32
  4. Qt 4.3: Deployment on MAC
    By Angelo Moriconi in forum Installation and Deployment
    Replies: 0
    Last Post: 23rd July 2007, 12:03
  5. deployment of a dll using qt
    By mandal in forum Installation and Deployment
    Replies: 1
    Last Post: 14th March 2007, 15:35

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.