tgg

Results 2 issues of tgg

I am using ghc::filesystem on windows 10. I just can't construct ghc::filesystem::path with std::string in GBK encoding that is my encoding in locale. Because ghc::filesystem::path assumes std::string all in utf-8...

in CMakeLists.txt ` find_package(Qt6 COMPONENTS Core Widgets GUI) if (NOT Qt6_FOUND) find_package(Qt5 5.15 REQUIRED COMPONENTS Core Widgets GUI) set(Qt_VERSION_MAJOR 5) else() set(Qt_VERSION_MAJOR 5) endif() ` in src/SARibbonBar/CMakeLists.txt ` target_link_libraries(${LIB_NAME} Qt${QT_VERSION_MAJOR}::Widgets)...