1
0
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:
sudden6 2019-02-24 21:39:41 +01:00
parent d6d433c617
commit 8fbffa9fe7
No known key found for this signature in database
GPG Key ID: 279509B499E032B9

View File

@ -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})