SourceMonitorOS
SourceMonitorOS copied to clipboard
Open source version of SourceMonitor
A simple console executable to run the core library (which does not depend on Qt) should not depend on Qt. Qt is a **MASSIVE** dependency and dragging all of that...
First had to make one change as it was complaining of overlapping `smcli`: ``` diff --git a/smcli/CMakeLists.txt b/smcli/CMakeLists.txt index c8b331a..d31a3cd 100644 --- a/smcli/CMakeLists.txt +++ b/smcli/CMakeLists.txt @@ -55,7 +55,7 @@ target_compile_options(smcli...
* CMake to get Qt6 working * All required libraries for different versions of Visual Studio * Full build system with build script (windows: build.bat) * [Optional]: Setup test system
Changing screen resolution (like replacing with a new monitor) is causing SM to be hidden from view
SourceMonitor v3.5.16.62 I replaced a dying old monitor with a new one with a higher resolution and after restarting SourceMonitor, it was never shown on the but it was running...