1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-08 09:37:53 +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()