Sharedlib instead of executable file on ubuntu
Solved
General and Desktop
-
Looks like your double clicking on the executable and trying to run it. Are you getting the 'library not found' error ? if that is the case, Qt libraries may not be in the path. Please check the path and fix it
Qn : Are you able to run your application from Qt Creator ?
-
@FED27 If you want your app to be runnable outside of QtCreator (or on other machines) you need to deploy it first.
See http://doc.qt.io/qt-5/linux-deployment.html -
Hi,
As silly as it may sound, did you install all of Qt components ?
-
Are you using a project template ?
-
Glad you found out and thanks for sharing !
Since you have it working now, please mark the thread as solved using the "Topic Tools" button so that other forum members may know what you are talking about.