2014-08-18 04:35:44 +00:00
|
|
|
set(CMAKE_AUTOMOC ON)
|
2017-06-24 00:39:42 +00:00
|
|
|
set(CMAKE_AUTORCC ON)
|
2019-08-15 04:38:54 +00:00
|
|
|
set(CMAKE_AUTOUIC ON)
|
2014-08-18 04:35:44 +00:00
|
|
|
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
2016-12-11 14:36:34 +00:00
|
|
|
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/CMakeModules)
|
2018-07-27 06:34:39 +00:00
|
|
|
if (POLICY CMP0071)
|
|
|
|
cmake_policy(SET CMP0071 NEW)
|
|
|
|
endif()
|
2014-08-18 04:35:44 +00:00
|
|
|
|
2024-03-31 15:50:40 +00:00
|
|
|
add_executable(lime-qt
|
2017-12-10 23:55:03 +00:00
|
|
|
aboutdialog.cpp
|
|
|
|
aboutdialog.h
|
2019-08-15 04:38:54 +00:00
|
|
|
aboutdialog.ui
|
2019-02-09 16:00:57 +00:00
|
|
|
applets/mii_selector.cpp
|
|
|
|
applets/mii_selector.h
|
2018-06-20 12:01:50 +00:00
|
|
|
applets/swkbd.cpp
|
|
|
|
applets/swkbd.h
|
2017-12-10 23:55:03 +00:00
|
|
|
bootmanager.cpp
|
|
|
|
bootmanager.h
|
2018-09-09 23:09:37 +00:00
|
|
|
compatibility_list.cpp
|
|
|
|
compatibility_list.h
|
2018-05-11 17:42:23 +00:00
|
|
|
camera/camera_util.cpp
|
|
|
|
camera/camera_util.h
|
|
|
|
camera/still_image_camera.cpp
|
|
|
|
camera/still_image_camera.h
|
2018-05-26 03:26:58 +00:00
|
|
|
camera/qt_camera_base.cpp
|
|
|
|
camera/qt_camera_base.h
|
2018-05-11 17:42:23 +00:00
|
|
|
camera/qt_multimedia_camera.cpp
|
|
|
|
camera/qt_multimedia_camera.h
|
2024-03-31 15:50:40 +00:00
|
|
|
lime-qt.rc
|
2017-12-10 23:55:03 +00:00
|
|
|
configuration/config.cpp
|
|
|
|
configuration/config.h
|
2019-08-15 04:38:54 +00:00
|
|
|
configuration/configure.ui
|
2022-12-08 11:27:25 +00:00
|
|
|
configuration/configuration_shared.cpp
|
|
|
|
configuration/configuration_shared.h
|
2017-12-10 23:55:03 +00:00
|
|
|
configuration/configure_audio.cpp
|
|
|
|
configuration/configure_audio.h
|
2019-08-15 04:38:54 +00:00
|
|
|
configuration/configure_audio.ui
|
2018-05-11 17:42:23 +00:00
|
|
|
configuration/configure_camera.cpp
|
|
|
|
configuration/configure_camera.h
|
2019-08-15 04:38:54 +00:00
|
|
|
configuration/configure_camera.ui
|
2017-12-10 23:55:03 +00:00
|
|
|
configuration/configure_debug.cpp
|
|
|
|
configuration/configure_debug.h
|
2019-08-15 04:38:54 +00:00
|
|
|
configuration/configure_debug.ui
|
2019-08-10 02:08:18 +00:00
|
|
|
configuration/configure_enhancements.cpp
|
|
|
|
configuration/configure_enhancements.h
|
2022-06-06 05:47:07 +00:00
|
|
|
configuration/configure_enhancements.ui
|
2024-04-30 17:19:57 +00:00
|
|
|
configuration/configure_layout.cpp
|
|
|
|
configuration/configure_layout.h
|
|
|
|
configuration/configure_layout.ui
|
2017-12-10 23:55:03 +00:00
|
|
|
configuration/configure_dialog.cpp
|
|
|
|
configuration/configure_dialog.h
|
|
|
|
configuration/configure_general.cpp
|
|
|
|
configuration/configure_general.h
|
2019-08-15 04:38:54 +00:00
|
|
|
configuration/configure_general.ui
|
2017-12-10 23:55:03 +00:00
|
|
|
configuration/configure_graphics.cpp
|
|
|
|
configuration/configure_graphics.h
|
2019-08-15 04:38:54 +00:00
|
|
|
configuration/configure_graphics.ui
|
2018-05-22 19:30:36 +00:00
|
|
|
configuration/configure_hotkeys.cpp
|
|
|
|
configuration/configure_hotkeys.h
|
2019-08-15 04:38:54 +00:00
|
|
|
configuration/configure_hotkeys.ui
|
2017-12-10 23:55:03 +00:00
|
|
|
configuration/configure_input.cpp
|
|
|
|
configuration/configure_input.h
|
2019-08-15 04:38:54 +00:00
|
|
|
configuration/configure_input.ui
|
2018-08-11 03:52:13 +00:00
|
|
|
configuration/configure_motion_touch.cpp
|
|
|
|
configuration/configure_motion_touch.h
|
2019-08-15 04:38:54 +00:00
|
|
|
configuration/configure_motion_touch.ui
|
2022-12-08 11:27:25 +00:00
|
|
|
configuration/configure_per_game.cpp
|
|
|
|
configuration/configure_per_game.h
|
|
|
|
configuration/configure_per_game.ui
|
2021-04-17 13:16:48 +00:00
|
|
|
configuration/configure_storage.cpp
|
|
|
|
configuration/configure_storage.h
|
|
|
|
configuration/configure_storage.ui
|
2017-12-10 23:55:03 +00:00
|
|
|
configuration/configure_system.cpp
|
|
|
|
configuration/configure_system.h
|
2019-08-15 04:38:54 +00:00
|
|
|
configuration/configure_system.ui
|
2020-04-01 18:07:16 +00:00
|
|
|
configuration/configure_touch_from_button.cpp
|
|
|
|
configuration/configure_touch_from_button.h
|
|
|
|
configuration/configure_touch_from_button.ui
|
2020-05-04 07:41:51 +00:00
|
|
|
configuration/configure_touch_widget.h
|
2018-09-23 03:22:44 +00:00
|
|
|
configuration/configure_ui.cpp
|
|
|
|
configuration/configure_ui.h
|
2019-08-15 04:38:54 +00:00
|
|
|
configuration/configure_ui.ui
|
2024-04-03 19:04:12 +00:00
|
|
|
configuration/configure_web.cpp
|
|
|
|
configuration/configure_web.h
|
|
|
|
configuration/configure_web.ui
|
2023-04-30 14:36:02 +00:00
|
|
|
configuration/configure_cheats.cpp
|
|
|
|
configuration/configure_cheats.h
|
|
|
|
configuration/configure_cheats.ui
|
2018-02-20 00:51:27 +00:00
|
|
|
debugger/console.h
|
|
|
|
debugger/console.cpp
|
2017-12-10 23:55:03 +00:00
|
|
|
debugger/graphics/graphics.cpp
|
|
|
|
debugger/graphics/graphics.h
|
|
|
|
debugger/graphics/graphics_breakpoint_observer.cpp
|
|
|
|
debugger/graphics/graphics_breakpoint_observer.h
|
|
|
|
debugger/graphics/graphics_breakpoints.cpp
|
|
|
|
debugger/graphics/graphics_breakpoints.h
|
|
|
|
debugger/graphics/graphics_breakpoints_p.h
|
|
|
|
debugger/graphics/graphics_cmdlists.cpp
|
|
|
|
debugger/graphics/graphics_cmdlists.h
|
|
|
|
debugger/graphics/graphics_surface.cpp
|
|
|
|
debugger/graphics/graphics_surface.h
|
|
|
|
debugger/graphics/graphics_tracing.cpp
|
|
|
|
debugger/graphics/graphics_tracing.h
|
|
|
|
debugger/graphics/graphics_vertex_shader.cpp
|
|
|
|
debugger/graphics/graphics_vertex_shader.h
|
2019-07-22 12:47:47 +00:00
|
|
|
debugger/ipc/record_dialog.cpp
|
|
|
|
debugger/ipc/record_dialog.h
|
|
|
|
debugger/ipc/record_dialog.ui
|
2019-07-22 12:49:39 +00:00
|
|
|
debugger/ipc/recorder.cpp
|
|
|
|
debugger/ipc/recorder.h
|
|
|
|
debugger/ipc/recorder.ui
|
2018-08-09 19:10:11 +00:00
|
|
|
debugger/lle_service_modules.cpp
|
|
|
|
debugger/lle_service_modules.h
|
2017-12-10 23:55:03 +00:00
|
|
|
debugger/profiler.cpp
|
|
|
|
debugger/profiler.h
|
|
|
|
debugger/registers.cpp
|
|
|
|
debugger/registers.h
|
2019-08-15 04:38:54 +00:00
|
|
|
debugger/registers.ui
|
2017-12-10 23:55:03 +00:00
|
|
|
debugger/wait_tree.cpp
|
|
|
|
debugger/wait_tree.h
|
2018-08-20 09:20:33 +00:00
|
|
|
discord.h
|
2023-06-16 23:06:18 +00:00
|
|
|
dumping/dumping_dialog.cpp
|
|
|
|
dumping/dumping_dialog.h
|
|
|
|
dumping/dumping_dialog.ui
|
|
|
|
dumping/option_set_dialog.cpp
|
|
|
|
dumping/option_set_dialog.h
|
|
|
|
dumping/option_set_dialog.ui
|
|
|
|
dumping/options_dialog.cpp
|
|
|
|
dumping/options_dialog.h
|
|
|
|
dumping/options_dialog.ui
|
2017-12-10 23:55:03 +00:00
|
|
|
game_list.cpp
|
|
|
|
game_list.h
|
|
|
|
game_list_p.h
|
2018-09-19 16:45:57 +00:00
|
|
|
game_list_worker.cpp
|
|
|
|
game_list_worker.h
|
2017-12-10 23:55:03 +00:00
|
|
|
hotkeys.cpp
|
|
|
|
hotkeys.h
|
2020-01-22 01:48:07 +00:00
|
|
|
loading_screen.cpp
|
|
|
|
loading_screen.h
|
|
|
|
loading_screen.ui
|
2017-12-10 23:55:03 +00:00
|
|
|
main.cpp
|
|
|
|
main.h
|
2019-08-15 04:38:54 +00:00
|
|
|
main.ui
|
2020-07-06 13:44:17 +00:00
|
|
|
movie/movie_play_dialog.cpp
|
|
|
|
movie/movie_play_dialog.h
|
|
|
|
movie/movie_play_dialog.ui
|
|
|
|
movie/movie_record_dialog.cpp
|
|
|
|
movie/movie_record_dialog.h
|
|
|
|
movie/movie_record_dialog.ui
|
2018-01-19 13:42:21 +00:00
|
|
|
multiplayer/chat_room.cpp
|
2019-08-15 04:38:54 +00:00
|
|
|
multiplayer/chat_room.h
|
|
|
|
multiplayer/chat_room.ui
|
2018-01-19 13:42:21 +00:00
|
|
|
multiplayer/client_room.h
|
|
|
|
multiplayer/client_room.cpp
|
2019-08-15 04:38:54 +00:00
|
|
|
multiplayer/client_room.ui
|
2018-01-19 13:42:21 +00:00
|
|
|
multiplayer/direct_connect.cpp
|
2019-08-15 04:38:54 +00:00
|
|
|
multiplayer/direct_connect.h
|
|
|
|
multiplayer/direct_connect.ui
|
2018-01-19 13:42:21 +00:00
|
|
|
multiplayer/host_room.cpp
|
2019-08-15 04:38:54 +00:00
|
|
|
multiplayer/host_room.h
|
|
|
|
multiplayer/host_room.ui
|
|
|
|
multiplayer/lobby.cpp
|
2018-01-19 13:42:21 +00:00
|
|
|
multiplayer/lobby.h
|
2019-08-15 04:38:54 +00:00
|
|
|
multiplayer/lobby.ui
|
2018-01-19 13:42:21 +00:00
|
|
|
multiplayer/lobby_p.h
|
|
|
|
multiplayer/message.cpp
|
2019-08-15 04:38:54 +00:00
|
|
|
multiplayer/message.h
|
2018-11-24 08:22:14 +00:00
|
|
|
multiplayer/moderation_dialog.cpp
|
|
|
|
multiplayer/moderation_dialog.h
|
2019-08-15 04:38:54 +00:00
|
|
|
multiplayer/moderation_dialog.ui
|
2018-04-01 06:06:48 +00:00
|
|
|
multiplayer/state.cpp
|
|
|
|
multiplayer/state.h
|
2018-01-19 13:42:21 +00:00
|
|
|
multiplayer/validation.h
|
2024-02-07 23:17:16 +00:00
|
|
|
play_time_manager.cpp
|
|
|
|
play_time_manager.h
|
2022-12-17 15:06:38 +00:00
|
|
|
precompiled_headers.h
|
2019-08-15 04:38:54 +00:00
|
|
|
uisettings.cpp
|
|
|
|
uisettings.h
|
2019-08-07 02:56:56 +00:00
|
|
|
qt_image_interface.cpp
|
|
|
|
qt_image_interface.h
|
2018-01-19 13:42:21 +00:00
|
|
|
util/clickable_label.cpp
|
2018-05-22 19:30:36 +00:00
|
|
|
util/clickable_label.h
|
2024-01-29 20:24:41 +00:00
|
|
|
util/graphics_device_info.cpp
|
|
|
|
util/graphics_device_info.h
|
2018-05-22 19:30:36 +00:00
|
|
|
util/sequence_dialog/sequence_dialog.cpp
|
|
|
|
util/sequence_dialog/sequence_dialog.h
|
2017-12-10 23:55:03 +00:00
|
|
|
util/spinbox.cpp
|
|
|
|
util/spinbox.h
|
|
|
|
util/util.cpp
|
|
|
|
util/util.h
|
|
|
|
)
|
2014-08-24 01:22:05 +00:00
|
|
|
|
2024-05-11 21:51:21 +00:00
|
|
|
set_target_properties(lime-qt PROPERTIES OUTPUT_NAME "lime3ds-gui")
|
|
|
|
|
2018-04-15 22:42:58 +00:00
|
|
|
file(GLOB COMPAT_LIST
|
2018-10-20 21:08:26 +00:00
|
|
|
${PROJECT_BINARY_DIR}/dist/compatibility_list/compatibility_list.qrc
|
|
|
|
${PROJECT_BINARY_DIR}/dist/compatibility_list/compatibility_list.json)
|
|
|
|
file(GLOB_RECURSE ICONS ${PROJECT_SOURCE_DIR}/dist/icons/*)
|
|
|
|
file(GLOB_RECURSE THEMES ${PROJECT_SOURCE_DIR}/dist/qt_themes/*)
|
2017-06-24 00:39:42 +00:00
|
|
|
|
2023-06-08 03:40:53 +00:00
|
|
|
if (ENABLE_QT_UPDATER)
|
2024-03-31 15:50:40 +00:00
|
|
|
target_sources(lime-qt PRIVATE
|
2023-06-08 03:40:53 +00:00
|
|
|
updater/updater.cpp
|
|
|
|
updater/updater.h
|
|
|
|
updater/updater_p.h
|
|
|
|
)
|
2024-03-31 15:50:40 +00:00
|
|
|
target_compile_definitions(lime-qt PUBLIC ENABLE_QT_UPDATER)
|
2023-06-08 03:40:53 +00:00
|
|
|
endif()
|
|
|
|
|
2017-09-23 13:14:20 +00:00
|
|
|
if (ENABLE_QT_TRANSLATION)
|
2018-10-20 21:08:26 +00:00
|
|
|
set(CITRA_QT_LANGUAGES "${PROJECT_SOURCE_DIR}/dist/languages" CACHE PATH "Path to the translation bundle for the Qt frontend")
|
2017-09-23 13:14:20 +00:00
|
|
|
option(GENERATE_QT_TRANSLATION "Generate en.ts as the translation source file" OFF)
|
|
|
|
|
|
|
|
# Update source TS file if enabled
|
|
|
|
if (GENERATE_QT_TRANSLATION)
|
2024-03-31 15:50:40 +00:00
|
|
|
get_target_property(QT_SRCS lime-qt SOURCES)
|
|
|
|
get_target_property(QT_INCLUDES lime-qt INCLUDE_DIRECTORIES)
|
|
|
|
qt_add_lupdate(lime-qt TS_FILES ${CITRA_QT_LANGUAGES}/en.ts
|
2023-05-06 05:39:00 +00:00
|
|
|
SOURCES ${QT_SRCS} ${UIS}
|
|
|
|
INCLUDE_DIRECTORIES ${QT_INCLUDES}
|
|
|
|
NO_GLOBAL_TARGET)
|
2024-05-17 09:41:31 +00:00
|
|
|
add_custom_target(translation ALL DEPENDS lime-qt_lupdate)
|
2017-09-23 13:14:20 +00:00
|
|
|
endif()
|
|
|
|
|
|
|
|
# Find all TS files except en.ts
|
|
|
|
file(GLOB_RECURSE LANGUAGES_TS ${CITRA_QT_LANGUAGES}/*.ts)
|
|
|
|
list(REMOVE_ITEM LANGUAGES_TS ${CITRA_QT_LANGUAGES}/en.ts)
|
|
|
|
|
|
|
|
# Compile TS files to QM files
|
2024-03-31 15:50:40 +00:00
|
|
|
qt_add_lrelease(lime-qt TS_FILES ${LANGUAGES_TS} NO_GLOBAL_TARGET QM_FILES_OUTPUT_VARIABLE LANGUAGES_QM)
|
2017-09-23 13:14:20 +00:00
|
|
|
|
|
|
|
# Build a QRC file from the QM file list
|
|
|
|
set(LANGUAGES_QRC ${CMAKE_CURRENT_BINARY_DIR}/languages.qrc)
|
|
|
|
file(WRITE ${LANGUAGES_QRC} "<RCC><qresource prefix=\"languages\">\n")
|
|
|
|
foreach (QM ${LANGUAGES_QM})
|
|
|
|
get_filename_component(QM_FILE ${QM} NAME)
|
|
|
|
file(APPEND ${LANGUAGES_QRC} "<file>${QM_FILE}</file>\n")
|
|
|
|
endforeach (QM)
|
|
|
|
file(APPEND ${LANGUAGES_QRC} "</qresource></RCC>")
|
|
|
|
|
|
|
|
# Add the QRC file to package in all QM files
|
2023-05-06 05:39:00 +00:00
|
|
|
qt_add_resources(LANGUAGES ${LANGUAGES_QRC})
|
2017-09-23 13:14:20 +00:00
|
|
|
else()
|
|
|
|
set(LANGUAGES)
|
|
|
|
endif()
|
|
|
|
|
2024-03-31 15:50:40 +00:00
|
|
|
target_sources(lime-qt
|
2017-12-10 23:55:03 +00:00
|
|
|
PRIVATE
|
2018-04-15 22:42:58 +00:00
|
|
|
${COMPAT_LIST}
|
2017-12-10 23:55:03 +00:00
|
|
|
${ICONS}
|
2017-09-23 13:14:20 +00:00
|
|
|
${LANGUAGES}
|
2020-08-31 19:13:24 +00:00
|
|
|
${THEMES}
|
2017-12-10 23:55:03 +00:00
|
|
|
)
|
|
|
|
|
2015-03-08 00:07:49 +00:00
|
|
|
if (APPLE)
|
2023-06-08 03:40:53 +00:00
|
|
|
set(DIST_DIR "../../dist/apple")
|
|
|
|
set(APPLE_RESOURCES
|
2024-03-31 15:50:40 +00:00
|
|
|
"${DIST_DIR}/lime.icns"
|
2023-06-08 03:40:53 +00:00
|
|
|
"${DIST_DIR}/LaunchScreen.storyboard"
|
|
|
|
"${DIST_DIR}/launch_logo.png"
|
|
|
|
)
|
2024-03-31 15:50:40 +00:00
|
|
|
target_sources(lime-qt PRIVATE ${APPLE_RESOURCES})
|
2023-06-08 03:40:53 +00:00
|
|
|
|
|
|
|
# Define app bundle metadata.
|
|
|
|
include(GenerateBuildInfo)
|
2024-03-31 15:50:40 +00:00
|
|
|
set_target_properties(lime-qt PROPERTIES
|
2023-04-28 20:02:53 +00:00
|
|
|
MACOSX_BUNDLE TRUE
|
2023-06-08 03:40:53 +00:00
|
|
|
MACOSX_BUNDLE_INFO_PLIST "${DIST_DIR}/Info.plist.in"
|
2024-04-03 21:03:39 +00:00
|
|
|
MACOSX_BUNDLE_BUNDLE_NAME "Lime3DS"
|
2024-04-04 15:30:29 +00:00
|
|
|
MACOSX_BUNDLE_GUI_IDENTIFIER "io.github.lime3ds.Lime3DS"
|
2023-06-08 03:40:53 +00:00
|
|
|
MACOSX_BUNDLE_BUNDLE_VERSION "${BUILD_VERSION}"
|
|
|
|
MACOSX_BUNDLE_SHORT_VERSION_STRING "${BUILD_FULLNAME}"
|
|
|
|
MACOSX_BUNDLE_LONG_VERSION_STRING "${BUILD_FULLNAME}"
|
2024-03-31 15:50:40 +00:00
|
|
|
MACOSX_BUNDLE_ICON_FILE "lime.icns"
|
2023-06-08 03:40:53 +00:00
|
|
|
RESOURCE "${APPLE_RESOURCES}"
|
2023-04-28 20:02:53 +00:00
|
|
|
)
|
2018-02-20 00:51:27 +00:00
|
|
|
elseif(WIN32)
|
|
|
|
# compile as a win32 gui application instead of a console application
|
2024-03-31 15:50:40 +00:00
|
|
|
target_link_libraries(lime-qt PRIVATE Qt6::EntryPointImplementation)
|
2018-02-20 00:51:27 +00:00
|
|
|
if(MSVC)
|
2024-03-31 15:50:40 +00:00
|
|
|
set_target_properties(lime-qt PROPERTIES LINK_FLAGS_RELEASE "/SUBSYSTEM:WINDOWS")
|
2018-02-20 00:51:27 +00:00
|
|
|
elseif(MINGW)
|
2024-03-31 15:50:40 +00:00
|
|
|
set_target_properties(lime-qt PROPERTIES LINK_FLAGS_RELEASE "-mwindows")
|
2018-02-20 00:51:27 +00:00
|
|
|
endif()
|
2015-03-08 00:07:49 +00:00
|
|
|
endif()
|
2017-12-10 23:55:03 +00:00
|
|
|
|
2023-07-05 04:00:24 +00:00
|
|
|
if(ENABLE_SDL2)
|
2024-03-31 15:50:40 +00:00
|
|
|
target_link_libraries(lime-qt PRIVATE SDL2::SDL2)
|
|
|
|
target_compile_definitions(lime-qt PRIVATE HAVE_SDL2)
|
2023-07-05 04:00:24 +00:00
|
|
|
endif()
|
|
|
|
|
2024-03-31 15:50:40 +00:00
|
|
|
create_target_directory_groups(lime-qt)
|
2017-12-10 23:55:03 +00:00
|
|
|
|
2024-03-31 15:50:40 +00:00
|
|
|
target_link_libraries(lime-qt PRIVATE audio_core lime_common lime_core input_common network video_core)
|
|
|
|
target_link_libraries(lime-qt PRIVATE Boost::boost nihstro-headers Qt6::Widgets Qt6::Multimedia Qt6::Concurrent)
|
|
|
|
target_link_libraries(lime-qt PRIVATE ${PLATFORM_LIBRARIES} Threads::Threads)
|
2024-01-22 07:29:46 +00:00
|
|
|
|
|
|
|
if (ENABLE_OPENGL)
|
2024-03-31 15:50:40 +00:00
|
|
|
target_link_libraries(lime-qt PRIVATE glad)
|
2024-01-22 07:29:46 +00:00
|
|
|
endif()
|
|
|
|
|
|
|
|
if (ENABLE_VULKAN)
|
2024-03-31 15:50:40 +00:00
|
|
|
target_link_libraries(lime-qt PRIVATE vulkan-headers)
|
2024-01-22 07:29:46 +00:00
|
|
|
endif()
|
2014-04-01 02:26:50 +00:00
|
|
|
|
2023-03-27 11:29:17 +00:00
|
|
|
if (NOT WIN32)
|
2024-03-31 15:50:40 +00:00
|
|
|
target_include_directories(lime-qt PRIVATE ${Qt6Gui_PRIVATE_INCLUDE_DIRS})
|
2023-03-27 11:29:17 +00:00
|
|
|
endif()
|
|
|
|
|
2023-03-23 18:37:10 +00:00
|
|
|
if (UNIX AND NOT APPLE)
|
2024-03-31 15:50:40 +00:00
|
|
|
target_link_libraries(lime-qt PRIVATE Qt6::DBus gamemode)
|
2023-03-23 18:37:10 +00:00
|
|
|
endif()
|
|
|
|
|
2024-03-31 15:50:40 +00:00
|
|
|
target_compile_definitions(lime-qt PRIVATE
|
2019-04-15 21:50:27 +00:00
|
|
|
# Use QStringBuilder for string concatenation to reduce
|
|
|
|
# the overall number of temporary strings created.
|
|
|
|
-DQT_USE_QSTRINGBUILDER
|
2019-06-05 19:43:55 +00:00
|
|
|
|
|
|
|
# Disable implicit type narrowing in signal/slot connect() calls.
|
|
|
|
-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT
|
2019-06-05 19:47:42 +00:00
|
|
|
|
|
|
|
# Disable unsafe overloads of QProcess' start() function.
|
|
|
|
-DQT_NO_PROCESS_COMBINED_ARGUMENT_START
|
2019-06-05 20:05:34 +00:00
|
|
|
|
|
|
|
# Disable implicit QString->QUrl conversions to enforce use of proper resolving functions.
|
|
|
|
-DQT_NO_URL_CAST_FROM_STRING
|
2020-02-11 12:12:09 +00:00
|
|
|
|
|
|
|
# Disable implicit conversions from/to C strings
|
|
|
|
-DQT_NO_CAST_FROM_ASCII
|
|
|
|
-DQT_NO_CAST_TO_ASCII
|
2019-04-15 21:50:27 +00:00
|
|
|
)
|
|
|
|
|
2018-08-20 09:20:33 +00:00
|
|
|
if (USE_DISCORD_PRESENCE)
|
2024-03-31 15:50:40 +00:00
|
|
|
target_sources(lime-qt PUBLIC
|
2018-08-20 09:20:33 +00:00
|
|
|
discord_impl.cpp
|
|
|
|
discord_impl.h
|
|
|
|
)
|
2024-03-31 15:50:40 +00:00
|
|
|
target_link_libraries(lime-qt PRIVATE discord-rpc)
|
|
|
|
target_compile_definitions(lime-qt PRIVATE -DUSE_DISCORD_PRESENCE)
|
2018-08-20 09:20:33 +00:00
|
|
|
endif()
|
|
|
|
|
2023-08-20 00:34:35 +00:00
|
|
|
if (ENABLE_WEB_SERVICE)
|
2024-03-31 15:50:40 +00:00
|
|
|
target_link_libraries(lime-qt PRIVATE web_service)
|
2023-08-20 00:34:35 +00:00
|
|
|
endif()
|
|
|
|
|
2016-10-10 05:58:05 +00:00
|
|
|
if(UNIX AND NOT APPLE)
|
2024-03-31 15:50:40 +00:00
|
|
|
install(TARGETS lime-qt RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}/bin")
|
2015-07-09 19:19:02 +00:00
|
|
|
endif()
|
2015-02-26 04:36:02 +00:00
|
|
|
|
2022-12-17 15:06:38 +00:00
|
|
|
if (CITRA_USE_PRECOMPILED_HEADERS)
|
2024-03-31 15:50:40 +00:00
|
|
|
target_precompile_headers(lime-qt PRIVATE precompiled_headers.h)
|
2022-12-17 15:06:38 +00:00
|
|
|
endif()
|
2023-07-06 00:37:06 +00:00
|
|
|
|
|
|
|
# Bundle in-place on MSVC so dependencies can be resolved by builds.
|
|
|
|
if (MSVC)
|
|
|
|
include(BundleTarget)
|
2024-03-31 15:50:40 +00:00
|
|
|
bundle_target_in_place(lime-qt)
|
2023-07-06 00:37:06 +00:00
|
|
|
endif()
|