Author Topic: How to build issue in windows  (Read 5078 times)

oshemoreno

  • Newbie
  • *
  • Posts: 2
    • View Profile
How to build issue in windows
« on: April 23, 2021, 03:57:54 AM »
Hi everyone, I got an issue when I tried to build the program following the instruction for developers.
The problem is that conan is not recognized as a internal or external file. If someone can explain me step by step how to build I apreciate.

Thank you

charles

  • Moderator
  • Newbie
  • *****
  • Posts: 36
    • View Profile
Re: How to build issue in windows
« Reply #1 on: April 24, 2021, 04:13:54 PM »
Do you have conan installed (pip install conan)?

oshemoreno

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: How to build issue in windows
« Reply #2 on: April 26, 2021, 02:39:46 AM »
Yes, I installed pip conan, cmaker. The problem continues the messages are:
'conan' is not recognized as an internal or external command, operable program or batch file.

Cannot read C:/User/oshem/Downloads/build-s3hark-Desktop_Qt_6_1_0_MSVC2019_64bit_Debug/conanbuildinfo.pri: No such file or directory
Project ERROR: Unknown module(s) in QT: webenginewidgets webengine webchannel.

I am using QT open source license.

If you can help me solving the issue.

Thank you

charles

  • Moderator
  • Newbie
  • *****
  • Posts: 36
    • View Profile
Re: How to build issue in windows
« Reply #3 on: May 01, 2021, 01:36:39 AM »
Ok, let's first try to solve the conan error.

Inside your build directory:
conan install path/to/s3hark/folder

Then go to Qt Creator and run qmake

Then click build

Let me know what you get