Results 1 to 5 of 5

Thread: Deploying an applilcation

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2008
    Posts
    43
    Thanks
    14

    Cool Re: Deploying an applilcation

    Thank you very much!
    How do you know all that?

  2. #2
    Join Date
    Jan 2008
    Posts
    13
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Deploying an applilcation

    hi! i've followed the steps in building the application and it works fine.

    the problem is, when i try to build a library(.dll) it can no longer build it.

    my project.pro looks like this:

    QT = gui core sql
    CONFIG += qt warn_on release dll
    DESTDIR = bin
    OBJECTS_DIR = build
    MOC_DIR = build
    UI_DIR = build
    FORMS = ui/dialog.ui
    HEADERS = src/dialogimpl.h
    SOURCES = src/dialogimpl.cpp src/main.cpp
    TEMPLATE = lib
    please help.. thanks...

Similar Threads

  1. Deploying Qt/MacOS applications
    By fabietto in forum Installation and Deployment
    Replies: 5
    Last Post: 3rd October 2007, 16:44
  2. Deploying QT applications
    By SteM in forum Installation and Deployment
    Replies: 3
    Last Post: 6th June 2007, 10:08
  3. Deploying Qt Application on Mac?
    By vishal.chauhan in forum Installation and Deployment
    Replies: 2
    Last Post: 30th March 2007, 09:40
  4. Deploying with MySQL support under Windows
    By KShots in forum Installation and Deployment
    Replies: 1
    Last Post: 12th October 2006, 09:19
  5. problems with deploying a Qt application
    By nongentesimus in forum Installation and Deployment
    Replies: 2
    Last Post: 7th June 2006, 13:45

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.