Skip to content

Commit 71f8ccd

Browse files
committed
- Fixed pull request comments
1 parent 7a0f36c commit 71f8ccd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ ENDIF (POSTGRES_FOUND)
424424
IF (ANDROID)
425425
ADD_LIBRARY(${QGIS_APP_NAME} SHARED ${QGIS_APP_SRCS} ${QGIS_APP_MOC_SRCS} ${INDEX_SRC} ${QGIS_APP_HDRS} ${QGIS_APP_MOC_HDRS} ${IMAGE_RCC_SRCS})
426426
ELSE (ANDROID)
427-
ADD_EXECUTABLE(${QGIS_APP_NAME} MACOSX_BUNDLE WIN32 ${QGIS_APP_SRCS} ${QGIS_APP_MOC_SRCS})
427+
ADD_EXECUTABLE(${QGIS_APP_NAME} MACOSX_BUNDLE WIN32 ${QGIS_APP_SRCS} ${QGIS_APP_MOC_SRCS} ${IMAGE_RCC_SRCS})
428428
ENDIF (ANDROID)
429429

430430
TARGET_LINK_LIBRARIES(${QGIS_APP_NAME}

src/app/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ QgsDebugMsg( QString( "Starting qgis main" ) );
271271

272272
optionChar = getopt_long( argc, argv, "swhlpeoc",
273273
long_options, &option_index );
274-
QgsDebugMsg( QString( "Qgis main Debug" ) + optionChar );
274+
QgsDebugMsg( QString( "Qgis main Debug" ) + optionChar );
275275
/* Detect the end of the options. */
276276
if ( optionChar == -1 )
277277
break;

0 commit comments

Comments
 (0)