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

This only adds some missing #include directives. The changeset has
also been tested on Debian-9 with Qt 5.9.
This commit is contained in:
Pascal Obry 2020-03-27 15:44:07 +01:00
parent 5dfdaa8e0b
commit 57e4a74870
4 changed files with 7 additions and 2 deletions

View File

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

View File

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

View File

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

View File

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