Results 1 to 3 of 3

Thread: Finding the right plugin for software deployment

  1. #1
    Join Date
    Mar 2015
    Posts
    24
    Qt products
    Qt5
    Platforms
    Windows

    Default Finding the right plugin for software deployment

    So I deployed some software without reading the official deployment guide. I learned the hard way when people started complaining about it not working on their pc, but it worked perectly on mine. I found out, i needed 2 plugins from the plugins folder in the Qt mingw32 directory. So i re deployed that program and it worked. But i have another program i developed and its having the same issue but doesn't use multimedia like the other software does (in which i needed the audio plugin). My other software uses Qt5Netwotk, which plugin would be needed for that? I'm testing it on a other pc and it's not connecting like it usually does.

  2. #2
    Join Date
    Dec 2009
    Location
    New Orleans, Louisiana
    Posts
    791
    Thanks
    13
    Thanked 153 Times in 150 Posts
    Qt products
    Qt5
    Platforms
    MacOS X

    Default Re: Finding the right plugin for software deployment

    There are other deployment dependencies depending on the platform(s) you are deploying to. On Windows for example, MSVC run-time libraries and manifest files may be required that are not present on the end user's system.

    I'd suggest reading the deployment guide for your platform top to bottom end ensure you're meeting all of the requirements for your platform(s).

  3. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Finding the right plugin for software deployment

    QtNetwork itself doesn't need any plugins.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. Replies: 0
    Last Post: 11th January 2013, 11:21
  2. OSX Plugin deployment fails
    By mpita in forum Qt Programming
    Replies: 0
    Last Post: 5th October 2011, 16:38
  3. 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
  4. MySQL Plugin Deployment
    By Socram in forum Installation and Deployment
    Replies: 1
    Last Post: 9th October 2009, 13:39
  5. Finding widget by name
    By mkarakaplan in forum Newbie
    Replies: 1
    Last Post: 9th December 2007, 17:38

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.