add button for opening mod folder

This commit is contained in:
2026-06-19 21:03:37 +03:00
parent 966cd46049
commit 2b67938385
4 changed files with 51 additions and 2 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ project(Minecraft_launcher VERSION 0.1 LANGUAGES CXX)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
find_package(Qt6 REQUIRED COMPONENTS Quick Core)
find_package(Qt6 REQUIRED COMPONENTS Quick Core Gui)
qt_standard_project_setup(REQUIRES 6.8)
@@ -35,7 +35,7 @@ set_target_properties(appMinecraft_launcher PROPERTIES
)
target_link_libraries(appMinecraft_launcher
PRIVATE Qt6::Quick Qt6::Core
PRIVATE Qt6::Quick Qt6::Core Qt6::Gui
)
include(GNUInstallDirs)