diff options
author | Thiago Macieira <thiago.macieira@nokia.com> | 2008-10-20 07:59:51 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2009-08-17 10:48:24 (GMT) |
commit | 5bc8c27e9406fd55693e3a3963030c6d9a89b08a (patch) | |
tree | 94beac30107d3b09550094a0e00e6c26b01eb5d1 /src/opengl/opengl.pro | |
parent | 8096d2bbbb1f4becaaefe2219560f8dd558235de (diff) | |
download | Qt-5bc8c27e9406fd55693e3a3963030c6d9a89b08a.zip Qt-5bc8c27e9406fd55693e3a3963030c6d9a89b08a.tar.gz Qt-5bc8c27e9406fd55693e3a3963030c6d9a89b08a.tar.bz2 |
Add LIBS_PRIVATE to qmake.
The difference between LIBS and LIBS_PRIVATE is that private libraries
are those that are not part of the public interface of a library. For
example, if you're writing a Qt application and link to QtGui, you
definitely need the development files for QtCore, but not necessarily
for Glib and GThread, or maybe even X11.
The private libraries are necessary only in static builds, so the
information should still be published in .prl and pkg-config files.
Reviewed-By: Marius Storm-Olsen
Diffstat (limited to 'src/opengl/opengl.pro')
0 files changed, 0 insertions, 0 deletions