|
|
@ -100,6 +100,9 @@ target_link_libraries(openmw-launcher
|
|
|
|
|
|
|
|
|
|
|
|
if (DESIRED_QT_VERSION MATCHES 4)
|
|
|
|
if (DESIRED_QT_VERSION MATCHES 4)
|
|
|
|
target_link_libraries(openmw-launcher ${QT_QTGUI_LIBRARY} ${QT_QTCORE_LIBRARY})
|
|
|
|
target_link_libraries(openmw-launcher ${QT_QTGUI_LIBRARY} ${QT_QTCORE_LIBRARY})
|
|
|
|
|
|
|
|
if(WIN32)
|
|
|
|
|
|
|
|
target_link_libraries(openmw-launcher ${QT_QTMAIN_LIBRARY})
|
|
|
|
|
|
|
|
endif(WIN32)
|
|
|
|
else()
|
|
|
|
else()
|
|
|
|
qt5_use_modules(openmw-launcher Widgets Core)
|
|
|
|
qt5_use_modules(openmw-launcher Widgets Core)
|
|
|
|
endif()
|
|
|
|
endif()
|
|
|
|