mirror of https://github.com/cutefishos/appmotor
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.
23 lines
638 B
Plaintext
23 lines
638 B
Plaintext
/*!\page usingpkgconfig Automatic settings with pkg-config (any build system)
|
|
|
|
To get Debian packages built correctly, make the package build-depend on libmeegotouch-dev
|
|
for MeeGo Touch applications, and on applauncherd-dev for other cases. The correct
|
|
flags can be automatically obtained with one of:
|
|
|
|
\verbatim
|
|
pkg-config --cflags meegotouch-boostable
|
|
pkg-config --libs meegotouch-boostable
|
|
\endverbatim
|
|
|
|
\verbatim
|
|
pkg-config --cflags qdeclarative-boostable
|
|
pkg-config --libs qdeclarative-boostable
|
|
\endverbatim
|
|
|
|
\verbatim
|
|
pkg-config --cflags qt-boostable
|
|
pkg-config --libs qt-boostable
|
|
\endverbatim
|
|
|
|
*/
|