What is the difference between `libqt5widgets5` and `libqt5widgets5-dev`?

Question

Grade: Education Subject: Support
What is the difference between `libqt5widgets5` and `libqt5widgets5-dev`?
Asked by:
73 Viewed 73 Answers

Answer (73)

Best Answer
(271)
`libqt5widgets5` contains the runtime libraries needed to *run* applications that use Qt5 Widgets. `libqt5widgets5-dev` contains the header files and development tools needed to *build* applications that use Qt5 Widgets. You need both to develop and run Qt5 applications.