mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-31 21:45:33 +00:00
Add static qt to components
This commit is contained in:
parent
c61919501d
commit
b194af4ab2
1 changed files with 4 additions and 0 deletions
|
@ -170,6 +170,10 @@ if (GIT_CHECKOUT)
|
|||
add_dependencies (components git-version)
|
||||
endif (GIT_CHECKOUT)
|
||||
|
||||
if(MINGW)
|
||||
target_link_libraries(components ${QT_LIBRARIES})
|
||||
endif()
|
||||
|
||||
if (WIN32)
|
||||
target_link_libraries(components shlwapi)
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue