How to connect Vreen to a Qt project? I tried to do everything according to the instructions, but nothing happened. Since the instruction is for Linux (Ubuntu), and I have Windows and a Visual Studio compiler.

I beg you, who can give instructions for installing Vreen for Windows OS and Visual Studio compiler

  • Add a label - windows. - 0xdb
  • Made. Thanks - ProwuPomogite
  • one
    And this is not it ? Also under the windows. - 0xdb
  • This is also for the Linux terminal, and I have Windows - ProwuPomogite
  • one
    Why is it written in the same place - Windows and cmd? - 0xdb

1 answer 1

I don’t see any platform-specific things in Vreen, by the way, instructions, too. You rather need instructions on the build environment being used.

Vreen seems to be sharpened by qbs (the build is described in Building Applications). To do this, you must have qbs installed and configured. Alternatively, you can install QtCreator (it weighs a bit, but Qt still needs to be installed), configure the compiler settings in it and build the project with qbs. Then you can already connect the library to the main project using standard methods for the development environment used.

You can try to use cmake, then you need to look for instructions on how to use qt + cmake (you need to set up environment variables correctly so that cmake finds qt and the compiler)