Skip to content

Commit 37d38f1

Browse files

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ ENDIF (PYTHON_FOUND)
210210

211211
IF (WIN32)
212212
ADD_EXECUTABLE(qgis WIN32 ${QGIS_APP_SRCS} ${QGIS_APP_MOC_SRCS})
213-
ELSEIF (WIN32)
213+
ELSE (WIN32)
214214
ADD_EXECUTABLE(qgis ${QGIS_APP_SRCS} ${QGIS_APP_MOC_SRCS})
215215
ENDIF (WIN32)
216216

0 commit comments

Comments
 (0)
Please sign in to comment.