mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 15:41:13 -04:00
Add static qt to components
This commit is contained in:
parent
c61919501d
commit
b194af4ab2
@ -170,6 +170,10 @@ if (GIT_CHECKOUT)
|
|||||||
add_dependencies (components git-version)
|
add_dependencies (components git-version)
|
||||||
endif (GIT_CHECKOUT)
|
endif (GIT_CHECKOUT)
|
||||||
|
|
||||||
|
if(MINGW)
|
||||||
|
target_link_libraries(components ${QT_LIBRARIES})
|
||||||
|
endif()
|
||||||
|
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
target_link_libraries(components shlwapi)
|
target_link_libraries(components shlwapi)
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user