Create Linux Executable for Qt Application
-
@jsulm i want it like send one. Something like qtmaintainence tool
@jineshmehta said in Create Linux Executable for Qt Application:
I am trying to create a executable file on Linux something like maintenance tool (see snap)
I am using Template as app for my qt project like this :
#config
CONFIG += c++11
#template
TEMPLATE = appThe file getting created is a shared library. I don't know why. Please assist.
@jineshmehta If you're confused by this "shared library" in file manager shown for plugandpaint then this is an issue in the file manager. My file manager also shows "shared library" for executables for whatever reason.
-
@jineshmehta If you're confused by this "shared library" in file manager shown for plugandpaint then this is an issue in the file manager. My file manager also shows "shared library" for executables for whatever reason.
wrote on 10 Jul 2020, 08:29 last edited by@jsulm oh ok. I was confused about that only. Thanks for the clarification.
-
wrote on 11 Jul 2020, 07:32 last edited by
@jsulm I found the problem and the solution as well. Check this out: https://stackoverflow.com/questions/45329372/ubuntu-recognizes-executable-as-shared-library-and-wont-run-it-by-clicking
21/23