I have tried both qmake and cmake to compile and build the project. But it didn't worked.
"qmake" executes the .pro file so when we run qmake in the Apothesis directory.
It doesn't able to find the files and directories.
It is showing lots of error same as shown in picture.
When I am directly using qt creator to build it is showing tons of errors like variables are not in scope, unable to find the file or directory, and so on.
When I used cmake to build it did it's work, but not able to generate a .makefile inside the build directory. so make didn't able to execute it.
I think there are some dependencies, windows needed if we could able to add that in our project then we would able to run it.
I have tried both qmake and cmake to compile and build the project. But it didn't worked.
"qmake" executes the .pro file so when we run qmake in the Apothesis directory.
It doesn't able to find the files and directories. It is showing lots of error same as shown in picture.
When I am directly using qt creator to build it is showing tons of errors like variables are not in scope, unable to find the file or directory, and so on.
When I used cmake to build it did it's work, but not able to generate a .makefile inside the build directory. so make didn't able to execute it.
I think there are some dependencies, windows needed if we could able to add that in our project then we would able to run it.