(C++) static library
February 24, 2017 · View on GitHub
(C++) static library
A static library is a type library.
To build a static library add, the following line to the Qt project file:
CONFIG += staticlib
February 24, 2017 · View on GitHub
A static library is a type library.
To build a static library add, the following line to the Qt project file:
CONFIG += staticlib