Skip to content

Commit

Permalink
Add QtSvg include path and preprocessor definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Aug 11, 2021
1 parent 605de3a commit 7260711
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions external/qt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ else()
${qt_loc}/include/QtCore
${qt_loc}/include/QtGui
${qt_loc}/include/QtWidgets
${qt_loc}/include/QtSvg
${qt_loc}/include/QtCore/${qt_version}
${qt_loc}/include/QtGui/${qt_version}
${qt_loc}/include/QtCore/${qt_version}/QtCore
Expand Down Expand Up @@ -93,6 +94,7 @@ else()
QT_NETWORK_LIB
QT_GUI_LIB
QT_CORE_LIB
QT_SVG_LIB
)

if (Qt5DBus_FOUND)
Expand Down

0 comments on commit 7260711

Please sign in to comment.