Skip to content

Commit

Permalink
Install various missing headers and fix some includes to work with in…
Browse files Browse the repository at this point in the history
…stalled headers
  • Loading branch information
manisandro committed Jan 15, 2020
1 parent 34d3aaa commit be42816
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/app/CMakeLists.txt
Expand Up @@ -522,6 +522,7 @@ INCLUDE_DIRECTORIES(
../gui/symbology
../gui/attributetable
../gui/auth
../gui/effects
../gui/ogr
../gui/raster
../gui/editorwidgets
Expand Down
1 change: 1 addition & 0 deletions src/core/CMakeLists.txt
Expand Up @@ -1218,6 +1218,7 @@ SET(QGIS_CORE_HDRS
raster/qgsrasterpyramid.h
raster/qgsrasterrange.h
raster/qgsrasterrenderer.h
raster/qgsrasterrendererregistry.h
raster/qgsrasterresamplefilter.h
raster/qgsrasterresampler.h
raster/qgsrastershader.h
Expand Down
2 changes: 1 addition & 1 deletion src/core/geometry/qgsabstractgeometry.h
Expand Up @@ -25,7 +25,7 @@ email : marco.hugentobler at sourcepole dot com
#include "qgswkbptr.h"

#ifndef SIP_RUN
#include <json_fwd.hpp>
#include "json_fwd.hpp"
using namespace nlohmann;
#endif

Expand Down
2 changes: 1 addition & 1 deletion src/core/geometry/qgsgeometry.h
Expand Up @@ -37,7 +37,7 @@ email : morb at ozemail dot com dot au
#include "qgsfeatureid.h"

#ifndef SIP_RUN
#include <json_fwd.hpp>
#include "json_fwd.hpp"
using namespace nlohmann;
#endif

Expand Down
4 changes: 4 additions & 0 deletions src/gui/CMakeLists.txt
Expand Up @@ -914,6 +914,8 @@ SET_PROPERTY(GLOBAL PROPERTY QGIS_GUI_HDRS ${QGIS_GUI_HDRS})


SET(QGIS_GUI_UI_HDRS
${CMAKE_CURRENT_BINARY_DIR}/../ui/ui_qgsadvanceddigitizingdockwidgetbase.h
${CMAKE_CURRENT_BINARY_DIR}/../ui/ui_qgsadvanceddigitizingfloaterbase.h
${CMAKE_CURRENT_BINARY_DIR}/../ui/ui_qgsauthauthoritieseditor.h
${CMAKE_CURRENT_BINARY_DIR}/../ui/ui_qgsauthcertificateinfo.h
${CMAKE_CURRENT_BINARY_DIR}/../ui/ui_qgsauthcertificatemanager.h
Expand Down Expand Up @@ -952,6 +954,8 @@ SET(QGIS_GUI_UI_HDRS
${CMAKE_CURRENT_BINARY_DIR}/../ui/ui_qgssqlcomposerdialogbase.h
${CMAKE_CURRENT_BINARY_DIR}/../ui/ui_qgssublayersdialogbase.h
${CMAKE_CURRENT_BINARY_DIR}/../ui/ui_qgstablewidgetuibase.h
${CMAKE_CURRENT_BINARY_DIR}/../ui/ui_qgsrendererpropsdialogbase.h
${CMAKE_CURRENT_BINARY_DIR}/../ui/ui_qgseffectstackpropertieswidgetbase.h
)

IF(ENABLE_MODELTEST)
Expand Down
2 changes: 1 addition & 1 deletion src/ui/qgsrendererpropsdialogbase.ui
Expand Up @@ -247,7 +247,7 @@
<customwidget>
<class>QgsEffectStackCompactWidget</class>
<extends>QWidget</extends>
<header>effects/qgseffectstackpropertieswidget.h</header>
<header>qgseffectstackpropertieswidget.h</header>
<container>1</container>
</customwidget>
<customwidget>
Expand Down

0 comments on commit be42816

Please sign in to comment.