|
|
|
@ -43,6 +43,11 @@ M_EXPORT int main(int argc, char **argv)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
\endcode
|
|
|
|
\endcode
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If your application loads a plugin 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".
|
|
|
|
|
|
|
|
|
|
|
|
Normally you should not need to worry about the compiler and linker
|
|
|
|
Normally you should not need to worry about the compiler and linker
|
|
|
|
flags, as the \c libmeegotouch-dev package provides configuration
|
|
|
|
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
|
|
|
|
|