Skip to content

Commit cd52fab

Browse files
committedMay 12, 2020
Build fixes
1 parent 9a63810 commit cd52fab

File tree

10 files changed

+11
-0
lines changed

10 files changed

+11
-0
lines changed
 

‎src/app/decorations/qgsdecorationcopyright.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ email : tim@linfiniti.com
3333
#include "qgsproject.h"
3434
#include "qgsreadwritecontext.h"
3535
#include "qgssymbollayerutils.h"
36+
#include "qgstextrenderer.h"
3637

3738
#include <QPainter>
3839
#include <QMenu>

‎src/app/decorations/qgsdecorationlayoutextent.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
#include "qgsproject.h"
3434
#include "qgssymbollayerutils.h"
3535
#include "qgsreadwritecontext.h"
36+
#include "qgstextrenderer.h"
3637

3738
#include <QPainter>
3839

‎src/app/decorations/qgsdecorationtitle.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
#include "qgsproject.h"
2626
#include "qgsreadwritecontext.h"
2727
#include "qgssymbollayerutils.h"
28+
#include "qgstextrenderer.h"
2829

2930
#include <QPainter>
3031
#include <QMenu>

‎src/app/labeling/qgsmaptoollabel.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
#include "qgsvectorlayerjoinbuffer.h"
3030
#include "qgsauxiliarystorage.h"
3131
#include "qgsgui.h"
32+
#include "qgstextrenderer.h"
33+
3234

3335
#include <QMouseEvent>
3436

‎src/server/services/wms/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ INCLUDE_DIRECTORIES(
5555
${CMAKE_SOURCE_DIR}/src/core/effects
5656
${CMAKE_SOURCE_DIR}/src/core/layertree
5757
${CMAKE_SOURCE_DIR}/src/core/layout
58+
${CMAKE_SOURCE_DIR}/src/core/textrenderer
5859
${CMAKE_SOURCE_DIR}/src/gui
5960
${CMAKE_SOURCE_DIR}/src/gui/editorwidgets
6061
${CMAKE_SOURCE_DIR}/src/gui/editorwidgets/core

‎tests/src/analysis/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}
2222
${CMAKE_SOURCE_DIR}/src/core/raster
2323
${CMAKE_SOURCE_DIR}/src/core/symbology
2424
${CMAKE_SOURCE_DIR}/src/core/effects
25+
${CMAKE_SOURCE_DIR}/src/core/textrenderer
2526
${CMAKE_SOURCE_DIR}/src/analysis
2627
${CMAKE_SOURCE_DIR}/src/analysis/interpolation
2728
${CMAKE_SOURCE_DIR}/src/analysis/network

‎tests/src/app/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ INCLUDE_DIRECTORIES(
1818
${CMAKE_SOURCE_DIR}/src/core/raster
1919
${CMAKE_SOURCE_DIR}/src/core/symbology
2020
${CMAKE_SOURCE_DIR}/src/core/effects
21+
${CMAKE_SOURCE_DIR}/src/core/textrenderer
2122
${CMAKE_SOURCE_DIR}/src/core/validity
2223
${CMAKE_SOURCE_DIR}/src/core/vectortile
2324
${CMAKE_SOURCE_DIR}/src/ui

‎tests/src/gui/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}
3232
${CMAKE_SOURCE_DIR}/src/core/effects
3333
${CMAKE_SOURCE_DIR}/src/core/classification
3434
${CMAKE_SOURCE_DIR}/src/core/fieldformatter
35+
${CMAKE_SOURCE_DIR}/src/core/textrenderer
3536
${CMAKE_SOURCE_DIR}/src/test
3637
${CMAKE_SOURCE_DIR}/src/native
3738
${CMAKE_SOURCE_DIR}/external

‎tests/src/providers/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}
1616
${CMAKE_SOURCE_DIR}/src/core/raster
1717
${CMAKE_SOURCE_DIR}/src/core/symbology
1818
${CMAKE_SOURCE_DIR}/src/core/effects
19+
${CMAKE_SOURCE_DIR}/src/core/textrenderer
1920
${CMAKE_SOURCE_DIR}/src/providers/wms
2021
${CMAKE_SOURCE_DIR}/src/providers/postgres
2122
${CMAKE_SOURCE_DIR}/src/providers/arcgisrest

‎tests/src/server/wms/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}
1717
${CMAKE_SOURCE_DIR}/src/core/raster
1818
${CMAKE_SOURCE_DIR}/src/core/annotations
1919
${CMAKE_SOURCE_DIR}/src/core/layout
20+
${CMAKE_SOURCE_DIR}/src/core/textrenderer
2021
${CMAKE_SOURCE_DIR}/src/test
2122
${CMAKE_SOURCE_DIR}/src/server
2223
${CMAKE_SOURCE_DIR}/src/server/services

0 commit comments

Comments
 (0)