mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Correct target_link_libraries
This commit is contained in:
parent
e319db7de0
commit
b69c57b8e8
@ -14,7 +14,11 @@ if(UNIX AND NOT APPLE)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
target_link_libraries(events hyperion-utils)
|
||||
target_link_libraries(events
|
||||
hyperion-utils
|
||||
Qt${QT_VERSION_MAJOR}::Core
|
||||
Qt${QT_VERSION_MAJOR}::Widgets
|
||||
)
|
||||
|
||||
if(APPLE)
|
||||
# find_library(FOUNDATION_LIBRARY Foundation REQUIRED)
|
||||
|
Loading…
x
Reference in New Issue
Block a user