Results 1 to 8 of 8

Thread: Deploying a Qt application

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2013
    Posts
    17
    Thanks
    2
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Deploying a Qt application

    Hey thanks for reply...
    U mean older version of visual studio???

  2. #2
    Join Date
    Sep 2013
    Posts
    44
    Thanks
    9
    Qt products
    Qt5
    Platforms
    MacOS X Windows Android

    Default Re: Deploying a Qt application

    I meant older version of Qt.
    I use 4.8
    why do you need that ?
    I used this.
    mingw32-make
    (this was after configuring)
    you need your environment variables set from the control panel.
    then use (this is what I have used)
    configure -platform win32-g++ -release -static -no-exceptions
    ||||||
    (it should show lots of 'doing stuff')
    then use
    mingw32-make

  3. #3
    Join Date
    Sep 2013
    Posts
    17
    Thanks
    2
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Deploying a Qt application

    Well thanks for your advice.
    As I said I followed this link to install Qt for wince.

    http://qt-project.org/doc/qt-4.8/install-wince.html

    I found these links yesterday :
    http://www.formortals.com/build-qt-s...-gcc-compiler/
    http://www.formortals.com/how-to-statically-link-qt-4/

    So I guess I have to build Qt statically. Well I am confused now. Please tell me if I am doing something wrong?
    I would appreciate any advice that will point me in right direction.

Similar Threads

  1. Deploying an application on a different PC
    By adyb in forum Installation and Deployment
    Replies: 2
    Last Post: 25th July 2011, 14:53
  2. Deploying qt application under mac osx
    By lechoo in forum Installation and Deployment
    Replies: 0
    Last Post: 24th September 2010, 15:56
  3. Deploying Qt application on Mac OS X
    By mourad in forum Installation and Deployment
    Replies: 1
    Last Post: 30th March 2008, 16:19
  4. Deploying Qt 4.2 Application on Mac 10.3.5?
    By vishal.chauhan in forum Installation and Deployment
    Replies: 0
    Last Post: 11th May 2007, 11:33
  5. Deploying Qt Application on Mac?
    By vishal.chauhan in forum Installation and Deployment
    Replies: 2
    Last Post: 30th March 2007, 09:40

Tags for this Thread

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
  •  
Qt is a trademark of The Qt Company.