non-unity builds like msvc nightly

This commit is contained in:
Juergen E. Fischer 2025-03-29 17:00:40 +01:00
parent af6dae0f0f
commit 11165902d4
5 changed files with 7 additions and 0 deletions

View File

@ -9,6 +9,7 @@
class QgsSQLStatement
{
%Docstring(signature="appended")

View File

@ -9,6 +9,7 @@
class QgsSQLStatement
{
%Docstring(signature="appended")

View File

@ -20,6 +20,8 @@
#define SIP_NO_FILE
#include <memory>
#include <QPaintDevice>
#include "qgis_core.h"

View File

@ -17,6 +17,8 @@
#ifndef QGSSQLSTATEMENT_H
#define QGSSQLSTATEMENT_H
#include <memory>
#include <QCoreApplication>
#include "qgis_sip.h"
#include <QMetaType>

View File

@ -15,6 +15,7 @@
#ifndef QGSGPSTOOLSINTERFACE_H
#define QGSGPSTOOLSINTERFACE_H
#include "qgis_sip.h"
#include "qgis_gui.h"
class QgsGpsConnection;