Qnob is a programmable OSD & hotkey tool for Windows 10.
Currently only on Windows:
- Get MSVC 2019 (16.11 or later).
- Get a fresh Windows SDK (10.0.22000 or later).
- Get Qt 6.2.
- Apply the patches in
3rdparty/qt
. - Build Qt. If you want a static build, there are instructions in doc/qt.md.
- Set
CMAKE_PREFIX_PATH
to point to your Qt build, e.g.c:\Qt\6.0.0\msvc2019_64
. - Add
cmake
andninja
toPATH
. - Open qnob as a cmake project in Visual Studio 2019.
- By default qnob links statically with CRT (
/MT
switch). If your Qt is not statically linked with CRT, then comment out the corresponding line inCMakeLists.txt
(search forMSVC_RUNTIME_LIBRARY
). - Build.