Question
What is the difference between `libqt5widgets5` and `libqt5widgets5-dev`?
Asked by: USER6727
73 Viewed
73 Answers
Answer (73)
`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.