Re: MSVC 2022 LibreCAD build
Posted by
dxli on
Dec 04, 2023; 12:57am
URL: https://forum.librecad.org/MSVC-2022-LibreCAD-build-tp5723976p5723977.html
Yes, Qt(currently, Qt-5.15) is needed.
For more details on dependency for building from source on Windows:
https://docs.librecad.org/en/latest/appx/build.html
Rahooty wrote
I am trying to compile under Visual Studio 2022 and I have everything converted to a .sln and I have a few files that are not found in the Git pull.
#include <QGridLayout>
#include <QPushButton>
#include <QSettings>
#include <QMessageBox>
#include <QTransform>
#include <QDoubleSpinBox>
#include <QSpinBox>
#include <QCheckBox>
#include <QComboBox>
#include <QLabel>
Is this a Qt library that I need? looks like they all have something to do with a Gear extension ?
Thanks.