Skip to content

Commit

Permalink
Remove unuse svg
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed Jul 30, 2020
1 parent f05bfd8 commit 365ec5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ option(QZXING_QML "Use qml" ${QZXING_QML})
if(QZXING_QML)
target_sources(${PROJECT_NAME} PRIVATE QZXingImageProvider.cpp QZXingImageProvider.h)
LIST(APPEND EXPORT_DEFINES QZXING_QML)
LIST(APPEND QT_COMPONENTS Svg Quick)
LIST(APPEND QT_COMPONENTS Quick)
SET(QZXING_ENABLE_ENCODER ON)
endif(QZXING_QML)

Expand Down

0 comments on commit 365ec5e

Please sign in to comment.