1
0
Fork 1
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:
k1ll 2013-07-06 13:32:59 +02:00
parent c61919501d
commit b194af4ab2

View file

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