QMLPreviewer Example: Fix compile error on Android
Fixes: QTBUG-129214 Pick-to: 6.8 6.8.0 Change-Id: I6f867244f8c21c911177e4b0adc5c7074951b470 Reviewed-by: Doris Verria <doris.verria@qt.io>
This commit is contained in:
parent
0980a5a9da
commit
729c95fc8d
|
@ -43,6 +43,6 @@ set_target_properties(${PROJECT_NAME} PROPERTIES
|
|||
|
||||
install(TARGETS ${PROJECT_NAME}
|
||||
BUNDLE DESTINATION .
|
||||
LIBRARY DESTINATION "${INSTALL_EXAMPLEDIR}"
|
||||
RUNTIME DESTINATION "${INSTALL_EXAMPLEDIR}"
|
||||
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
|
||||
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue