Skip to content

Commit

Permalink
Sip update
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Aug 12, 2022
1 parent a97283c commit 51e3c08
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,6 @@ if((${PYQT5_VERSION_STR} VERSION_EQUAL 5.15) OR (${PYQT5_VERSION_STR} VERSION_GR
set(SIP_DISABLE_FEATURES ${SIP_DISABLE_FEATURES} VECTOR_MAPPED_TYPE)
endif()

if(${QT_VERSION_BASE}Core_VERSION VERSION_LESS 5.13.0)
set(SIP_DISABLE_FEATURES ${SIP_DISABLE_FEATURES} CONCATENATED_TABLES_MODEL)
endif()

if(NOT WITH_GUI)
set(SIP_DISABLE_FEATURES ${SIP_DISABLE_FEATURES} HAVE_GUI)
endif()
Expand Down
1 change: 0 additions & 1 deletion python/core/core.sip.in
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ done:
%Feature HAVE_GUI
%Feature ANDROID
%Feature VECTOR_MAPPED_TYPE
%Feature CONCATENATED_TABLES_MODEL

%Include conversions.sip
%Include qgsexception.sip
Expand Down
2 changes: 0 additions & 2 deletions python/core/core_auto.sip
Original file line number Diff line number Diff line change
Expand Up @@ -635,9 +635,7 @@
%Include auto_generated/symbology/qgsarrowsymbollayer.sip
%Include auto_generated/symbology/qgscategorizedsymbolrenderer.sip
%Include auto_generated/symbology/qgscolorbrewerpalette.sip
%If ( CONCATENATED_TABLES_MODEL )
%Include auto_generated/symbology/qgscombinedstylemodel.sip
%End
%Include auto_generated/symbology/qgscptcityarchive.sip
%Include auto_generated/symbology/qgsellipsesymbollayer.sip
%Include auto_generated/symbology/qgsembeddedsymbolrenderer.sip
Expand Down

0 comments on commit 51e3c08

Please sign in to comment.