Skip to content

Commit d19eef0

Browse files
committedFeb 8, 2018
[mxe] Restore build
1 parent 6eac6ac commit d19eef0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎src/app/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,6 @@ IF (WIN32)
527527
ENDIF (NOT WINDRES AND NOT CMAKE_RC_COMPILER)
528528
ENDIF (NOT WINDRES)
529529

530-
# MXE
531530
IF (WINDRES)
532531
#############################################################
533532
# application icon
@@ -537,7 +536,7 @@ IF (WIN32)
537536
-o ${CMAKE_CURRENT_BINARY_DIR}/icon.o )
538537
SET(QGIS_APPMAIN_SRCS ${QGIS_APPMAIN_SRCS} ${CMAKE_CURRENT_BINARY_DIR}/icon.o)
539538
ELSE (WINDRES)
540-
SET (QGIS_APPMAIN_SRCS main.cpp ${IMAGE_RCC_SRCS} ${TEST_RCC_SRCS})
539+
# MXE
541540
ENDIF (WINDRES)
542541
ENDIF (MSVC)
543542
ELSE(WIN32)

0 commit comments

Comments
 (0)
Please sign in to comment.