File tree 4 files changed +198
-189
lines changed
4 files changed +198
-189
lines changed Original file line number Diff line number Diff line change @@ -329,6 +329,10 @@ ELSE (WIN32)
329
329
330
330
ENDIF (WIN32 )
331
331
332
+ IF (ANDROID)
333
+ SET (DEFAULT_PLUGIN_SUBDIR lib)
334
+ SET (DEFAULT_DATA_SUBDIR files /share)
335
+ ENDIF (ANDROID)
332
336
333
337
#assume we have escaped compiler directives
334
338
#eventually we want to change this to new
Original file line number Diff line number Diff line change @@ -393,7 +393,7 @@ ENDIF (POSTGRES_FOUND)
393
393
394
394
#############
395
395
IF (ANDROID)
396
- ADD_LIBRARY (${QGIS_APP_NAME} SHARED ${QGIS_APP_SRCS} ${QGIS_APP_MOC_SRCS} ${INDEX_SRC} ${QGIS_APP_HDRS} ${QGIS_APP_MOC_HDRS} )
396
+ 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} )
397
397
ELSE (ANDROID)
398
398
ADD_EXECUTABLE (${QGIS_APP_NAME} MACOSX_BUNDLE WIN32 ${QGIS_APP_SRCS} ${QGIS_APP_MOC_SRCS} )
399
399
ENDIF (ANDROID)
You can’t perform that action at this time.
0 commit comments