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:
parent
1dbc1e67d8
commit
2142d0d2d6
3 changed files with 0 additions and 9 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue