You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
667 B
Plaintext

/*!\page usingpkgconfig Using pkg-config
To build Debian packages correctly, add a build-dependency for
libmeegotouch-dev for MeeGo Touch applications and for
applauncherd-dev for other cases. The correct flags can be
automatically obtained as follows.
For MeeGo Touch applications:
\verbatim
pkg-config --cflags meegotouch-boostable
pkg-config --libs meegotouch-boostable
\endverbatim
For QML applications:
\verbatim
pkg-config --cflags qdeclarative-boostable
pkg-config --libs qdeclarative-boostable
\endverbatim
For Qt applications:
\verbatim
pkg-config --cflags qt-boostable
pkg-config --libs qt-boostable
\endverbatim
*/