Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

Qt 5.0.1 + MSVC2010 desktop app deployment

$
0
0
Hi everyone, I’m pretty new to Qt and C++ is not my primary programming language (hence the lame questions). I’m developing an application which uses third party libraries (OpenCV) – linked by LIBS statement in my .pro file. I need to deploy the application – so I built it in release mode, added all the required Qt dlls, the platform and plugins directories, I even added the CONFIG += embed_manifest_exe statement (a part of solution to a similar problem I found ont he web). But when I try to run it outside IDE, nothing happens, no error or anything (that drives me mad, really). I realize this is a pretty common issue, but I tried all the solutions suggested and nothing worked for me. This page [qt-project.org] suggests building it from command line – how exactly can I do that? How do I add set the Qt variables? There is no command line exe in my Qt folder. There is a “Deploy” option in QtCreator, but it’s always diabled. Please, could you help me, step by step, how can I deploy my app, so that it runs outside QtCreator?

Viewing all articles
Browse latest Browse all 2113

Trending Articles