mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 04:08:13 +02:00
repair a typo in particles link to widgets lib
This commit is contained in:
parent
231dc624ff
commit
a48185053e
1 changed files with 1 additions and 1 deletions
|
@ -24,4 +24,4 @@ link_hifi_library(octree ${TARGET_NAME} "${ROOT_DIR}")
|
||||||
find_package(ZLIB)
|
find_package(ZLIB)
|
||||||
include_directories("${ZLIB_INCLUDE_DIRS}")
|
include_directories("${ZLIB_INCLUDE_DIRS}")
|
||||||
|
|
||||||
target_link_libraries(${TARGET_NAME} "${ZLIB_LIBRARIES}" Qt5::Particles)
|
target_link_libraries(${TARGET_NAME} "${ZLIB_LIBRARIES}" Qt5::Widgets)
|
||||||
|
|
Loading…
Reference in a new issue