S
S
SKEPTIC2019-07-03 23:45:40
Qt
SKEPTIC, 2019-07-03 23:45:40

How to pack all Qt libraries into one file to distribute my program?

Do I need to drag various dlls together in an executable in QT?
How to make it so that there is just an executable without dll and everything works?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
J
Jacob E, 2019-07-04
@pro100chel

1. You can wrap everything in a single installer binary, say InnoSetup.
2. You can link statically, but either provide object files or open source.
All necessary libs are pulled up through windeployqt

R
Ronald McDonald, 2019-07-04
@Zoominger

Yes need.
If my memory serves me, for completely static linking you need to buy a license.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question