Compilation
Last updated
Last updated
In Qt Creator, open the CMakeLists.txt file from the root folder:
CMAKE_INSTALL_PREFIX
Destination folder of the Plug-ins SDK
-
PLUGIN_INSTALL_DIR
Destination folder of the examples
$HOME/Documents/Skydel-SDX/Plug-ins
The compiled plugin examples will be located in your build folder / source / plugin-name as a .so or .dll file.
After installing the SDK, It can be imported into your own CMake project by adding the following lines in your CMakeLists: