1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-29 22:15:32 +00:00

Make Qt5 happy

This commit is contained in:
Alexander "Ace" Olofsson 2015-12-24 02:48:00 +01:00
parent 1dbc1e67d8
commit 2142d0d2d6
3 changed files with 0 additions and 9 deletions

View file

@ -103,9 +103,6 @@ if (DESIRED_QT_VERSION MATCHES 4)
endif(WIN32)
else()
qt5_use_modules(openmw-launcher Widgets Core)
if (WIN32)
target_link_libraries(Qt5::WinMain)
endif()
endif()
if (BUILD_WITH_CODE_COVERAGE)

View file

@ -224,9 +224,6 @@ if (DESIRED_QT_VERSION MATCHES 4)
endif()
else()
qt5_use_modules(openmw-cs Widgets Core Network OpenGL)
if (WIN32)
target_link_libraries(Qt5::WinMain)
endif()
endif()
if (WIN32)

View file

@ -129,9 +129,6 @@ if (DESIRED_QT_VERSION MATCHES 4)
endif()
else()
qt5_use_modules(openmw-wizard Widgets Core)
if (WIN32)
target_link_libraries(Qt5::WinMain)
endif()
endif()
if (OPENMW_USE_UNSHIELD)