mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-04 00:04:03 -04:00
non-unity builds like msvc nightly
This commit is contained in:
parent
af6dae0f0f
commit
11165902d4
@ -9,6 +9,7 @@
|
||||
|
||||
|
||||
|
||||
|
||||
class QgsSQLStatement
|
||||
{
|
||||
%Docstring(signature="appended")
|
||||
|
@ -9,6 +9,7 @@
|
||||
|
||||
|
||||
|
||||
|
||||
class QgsSQLStatement
|
||||
{
|
||||
%Docstring(signature="appended")
|
||||
|
@ -20,6 +20,8 @@
|
||||
|
||||
#define SIP_NO_FILE
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include <QPaintDevice>
|
||||
|
||||
#include "qgis_core.h"
|
||||
|
@ -17,6 +17,8 @@
|
||||
#ifndef QGSSQLSTATEMENT_H
|
||||
#define QGSSQLSTATEMENT_H
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include <QCoreApplication>
|
||||
#include "qgis_sip.h"
|
||||
#include <QMetaType>
|
||||
|
@ -15,6 +15,7 @@
|
||||
#ifndef QGSGPSTOOLSINTERFACE_H
|
||||
#define QGSGPSTOOLSINTERFACE_H
|
||||
|
||||
#include "qgis_sip.h"
|
||||
#include "qgis_gui.h"
|
||||
|
||||
class QgsGpsConnection;
|
||||
|
Loading…
x
Reference in New Issue
Block a user