Results 1 to 6 of 6

Thread: Deployment (shared libraries)

  1. #1

    Default Deployment (shared libraries)

    I worte this comands :
    make -config release
    make

    but no dlls for my program is gnerated is that right????

  2. #2
    Join Date
    Feb 2008
    Posts
    154
    Thanks
    12
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Deployment (shared libraries)

    please describe more
    do you mean you want to build the Qt itself or you want to build a program?

  3. #3
    Join Date
    Feb 2008
    Posts
    154
    Thanks
    12
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Deployment (shared libraries)

    you should use
    qmake -config release
    instead of
    make -config release
    then if you are using visual studio use
    nmake

  4. #4

    Default Re: Deployment (shared libraries)

    Thanks for your help
    I need t depoly program I have
    but after wirting qmake -config release
    this commands are appeared

    mingw32-make[1]: Entering directory `E:/QT/4.4.0/GUI
    mingw32-make[1]: Nothing to be done for `first'.
    mingw32-make[1]: Leaving directory `E:/QT/4.4.0/GUI'

  5. #5

    Default Re: Deployment (shared libraries)

    I am still having the same errors

  6. #6
    Join Date
    Feb 2008
    Posts
    154
    Thanks
    12
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Deployment (shared libraries)

    put every thing in the project folder
    *.pro file and the source code and *.qrc file every thing
    then run qmake then nmake and every thing should work fine.
    if the problem still exists notify me.
    and please see your private messages.

Similar Threads

  1. Related to Packaging of Qt4 Application
    By archanasubodh in forum Installation and Deployment
    Replies: 1
    Last Post: 21st March 2008, 15:55
  2. Qt 3.3 libraries
    By ToddAtWSU in forum Qt Programming
    Replies: 1
    Last Post: 21st December 2006, 18:25
  3. Shared lib template broken under linux ???
    By fullmetalcoder in forum Qt Programming
    Replies: 9
    Last Post: 26th April 2006, 21:05
  4. I got two problems when I used static compiled library of QT4
    By qintm in forum Installation and Deployment
    Replies: 8
    Last Post: 20th April 2006, 09:52
  5. Replies: 4
    Last Post: 7th March 2006, 09:52

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.