How to Run Qt built Application in Server
Qt WebKit
5
Posts
3
Posters
2.1k
Views
1
Watching
-
- Qt version?
- Which server? Linux/Windows/FreeBSD/Solaris/QNX?
- kind of application? GUI/console?
- running from console? headless environment? VNC? FB?
Give a little more details about your problem, if you need an correct answer on your question. With info you have wrote in first post the answer should look like: login on the server, start your application by typing ./your-app-bin or sh your-app-bin...
-
- Application should be built for server's OS
- You should have Qt libraries of your version available for application on the server (possibly bringing them together with app from where you compiled it)
- You should have permission to run things on server
- Run as usual
-
Proceed with this steps:
[quote author="RaubTieR" date="1346417400"]* Application should be built for server's OS
- You should have Qt libraries of your version available for application on the server (possibly bringing them together with app from where you compiled it)
- You should have permission to run things on server
- Run as usual[/quote]