Skip to content

Commit

Permalink
[mxe] Restore build
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Feb 8, 2018
1 parent 6eac6ac commit d19eef0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,6 @@ IF (WIN32)
ENDIF (NOT WINDRES AND NOT CMAKE_RC_COMPILER)
ENDIF (NOT WINDRES)

# MXE
IF (WINDRES)
#############################################################
# application icon
Expand All @@ -537,7 +536,7 @@ IF (WIN32)
-o ${CMAKE_CURRENT_BINARY_DIR}/icon.o )
SET(QGIS_APPMAIN_SRCS ${QGIS_APPMAIN_SRCS} ${CMAKE_CURRENT_BINARY_DIR}/icon.o)
ELSE (WINDRES)
SET (QGIS_APPMAIN_SRCS main.cpp ${IMAGE_RCC_SRCS} ${TEST_RCC_SRCS})
# MXE
ENDIF (WINDRES)
ENDIF (MSVC)
ELSE(WIN32)
Expand Down

0 comments on commit d19eef0

Please sign in to comment.