mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
Fix building core and pycore
This commit is contained in:
parent
e32f4dca3c
commit
260196f031
@ -11,6 +11,10 @@
|
||||
|
||||
|
||||
|
||||
%ModuleHeaderCode
|
||||
#include "qgsgpsconnection.h"
|
||||
%End
|
||||
|
||||
struct QgsSatelliteInfo
|
||||
{
|
||||
int id;
|
||||
|
@ -1252,9 +1252,6 @@ ENDIF(NOT MSVC)
|
||||
# install qgsconfig.h and plugin.h here so they can get into
|
||||
# the OS X framework target
|
||||
|
||||
SET(QGIS_CORE_HDRS
|
||||
)
|
||||
|
||||
IF (QT_MOBILITY_LOCATION_FOUND OR Qt5Positioning_FOUND)
|
||||
SET(QGIS_CORE_HDRS ${QGIS_CORE_HDRS}
|
||||
gps/qgsqtlocationconnection.h
|
||||
|
@ -27,6 +27,12 @@
|
||||
|
||||
class QIODevice;
|
||||
|
||||
#ifdef SIP_RUN
|
||||
% ModuleHeaderCode
|
||||
#include "qgsgpsconnection.h"
|
||||
% End
|
||||
#endif
|
||||
|
||||
struct CORE_EXPORT QgsSatelliteInfo
|
||||
{
|
||||
int id;
|
||||
|
Loading…
x
Reference in New Issue
Block a user