mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
refactor: link ressources into qtox_static library target
This allows tests to use the ressources too.
This commit is contained in:
parent
d6d433c617
commit
8fbffa9fe7
|
@ -668,7 +668,8 @@ add_library(${PROJECT_NAME}_static
|
|||
STATIC
|
||||
${${PROJECT_NAME}_FORMS}
|
||||
${${PROJECT_NAME}_SOURCES}
|
||||
${${PROJECT_NAME}_QM_FILES})
|
||||
${${PROJECT_NAME}_QM_FILES}
|
||||
${${PROJECT_NAME}_RESOURCES})
|
||||
target_link_libraries(${PROJECT_NAME}_static
|
||||
${ALL_LIBRARIES})
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user