File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,8 @@ raster/qgsrasterlayer.h
108
108
109
109
QT4_WRAP_CPP(QGIS_CORE_MOC_SRCS ${QGIS_CORE_MOC_HDRS} )
110
110
111
- INCLUDE_DIRECTORIES (${CMAKE_CURRENT_SOURCE_DIR}
111
+ INCLUDE_DIRECTORIES (
112
+ ${CMAKE_CURRENT_SOURCE_DIR}
112
113
raster
113
114
renderer
114
115
symbology
Original file line number Diff line number Diff line change @@ -31,8 +31,9 @@ const char* QGis::qgisVersion = VERSION;
31
31
// SVN version
32
32
const char * QGis::qgisSvnVersion = QGSSVNVERSION;
33
33
34
- // Version number used for comparing versions using the "Check QGIS Version" function
35
- const int QGis::qgisVersionInt =VERSION_INT;
34
+ // Version number used for comparing versions using the
35
+ // "Check QGIS Version" function
36
+ const int QGis::qgisVersionInt = VERSION_INT;
36
37
37
38
// Release name
38
39
const char * QGis::qgisReleaseName = RELEASE_NAME;
You can’t perform that action at this time.
0 commit comments