windeployqt
This commit is contained in:
parent
70f5033981
commit
aca8c1cd41
|
|
@ -12,5 +12,11 @@ qt_add_library(Common STATIC
|
|||
Source/OgreWidget.cpp
|
||||
)
|
||||
|
||||
add_custom_command(TARGET Common POST_BUILD
|
||||
COMMAND ${TOOL_WINDEPLOYQT}
|
||||
$<TARGET_FILE:Common>
|
||||
COMMENT "Running windeployqt..."
|
||||
)
|
||||
|
||||
target_include_directories(Common PUBLIC Header)
|
||||
target_link_libraries(Common PUBLIC ${QT6_LIBRARIES_INCL} Engine)
|
||||
Loading…
Reference in New Issue