MSVC 2022 LibreCAD build
Posted by Rahooty on Dec 03, 2023; 10:07pm
URL: https://forum.librecad.org/MSVC-2022-LibreCAD-build-tp5723976.html
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.