Port to use Qt 5.11.x (native on Debian 10).

This commit is contained in:
Pascal Obry 2020-03-27 15:44:07 +01:00
parent d7d7cf1070
commit 8bdb4879a4
9 changed files with 14 additions and 0 deletions

View File

@ -47,6 +47,8 @@
#include <GEOMImpl_Types.hxx>
#include <QButtonGroup>
//=================================================================================
// class : BasicGUI_CurveDlg()
// purpose : Constructs a BasicGUI_CurveDlg which is a child of 'parent', with the

View File

@ -48,6 +48,8 @@
#include <SalomeApp_Tools.h>
#include <QButtonGroup>
//OCCT includes
#include <TopoDS.hxx>
#include <TColStd_IndexedMapOfInteger.hxx>

View File

@ -30,6 +30,7 @@
#include <SalomeApp_Application.h>
#include <LightApp_SelectionMgr.h>
#include <QButtonGroup>
//=================================================================================
// class : EntityGUI_IsolineDlg

View File

@ -52,6 +52,7 @@
#include <DlgRef.h>
#include <QKeyEvent>
#include <QButtonGroup>
#include <BRep_Tool.hxx>
#include <TopExp.hxx>

View File

@ -44,6 +44,7 @@
#include <QKeyEvent>
#include <QSpinBox>
#include <QDoubleSpinBox>
#include <QButtonGroup>
//=================================================================================
// class : GEOMBase_Skeleton()

View File

@ -61,6 +61,7 @@
#include <QListWidget>
#include <QLineEdit>
#include <QMap>
#include <QButtonGroup>
#include <AIS_ListOfInteractive.hxx>
#include <AIS_ListIteratorOfListOfInteractive.hxx>

View File

@ -54,6 +54,8 @@
#include <Basics_OCCTVersion.hxx>
#include <QButtonGroup>
//=================================================================================
// function : Constructor
// purpose :

View File

@ -43,6 +43,8 @@
#include <GEOMImpl_Types.hxx>
#include <QButtonGroup>
//=================================================================================
// class : RepairGUI_CloseContourDlg()
// purpose : Constructs a RepairGUI_CloseContourDlg which is a child of 'parent', with the

View File

@ -55,6 +55,8 @@
#include <TopoDS_Edge.hxx>
#include <gp_Pnt.hxx>
#include <QButtonGroup>
enum { BY_PARAM, BY_POINT_PROJ };
//=================================================================================