|
|
|
|
@ -43,14 +43,14 @@ M_EXPORT int main(int argc, char **argv)
|
|
|
|
|
}
|
|
|
|
|
\endcode
|
|
|
|
|
|
|
|
|
|
If your application loads a plugin that needs to access some symbols
|
|
|
|
|
If your application loads a plug-in that needs to access some symbols
|
|
|
|
|
in the main application, the symbols also need to be exported. In
|
|
|
|
|
addition, the \c --global-syms invoker parameter needs to use, as
|
|
|
|
|
described in \ref invokerparameters "Advanced Invoker Command Line Parameters".
|
|
|
|
|
addition, you must use the \c --global-syms invoker parameter, as
|
|
|
|
|
described in \ref invokerparameters "Advanced invoker command line parameters".
|
|
|
|
|
|
|
|
|
|
Normally you do not need to worry about the compiler and linker
|
|
|
|
|
flags, as the \c libmeegotouch-dev package provides configuration
|
|
|
|
|
options for \c QMake, \c cmake, and \c pkg-config. If you are building
|
|
|
|
|
options for \c qmake, \c CMake, and \c pkg-config. If you are building
|
|
|
|
|
a Debian package, make your package build-depend on \c
|
|
|
|
|
libmeegotouch-dev and your application binary package depend on
|
|
|
|
|
\c applauncherd.
|
|
|
|
|
|