Hello, I want to add the Aspose.Words for C++ libraries to a Qt Creator project but I get errors and I don’t know what to do. I am using the following version of Qt Creator:
The code of the .pro file
The code of the .cpp file
The tree of the project files (I copied the library into the project)


It should be added that there are 3 folders and 3 files in the main root of the project
I have tried to follow the steps given, but it has not helped me much:
https://blog.aspose.com/words/generate-word-document-in-qt-applications-with-cpp-word-library/
I think I have problems in the step of including external libraries, although it may be another error.