- CMake 3.10 or higher
- C++20 compatible compiler (GCC 10+, Clang 11+, or MSVC 2019+)
- Qt5 (Widgets, Core, Gui)
- OpenCV 4.x
./build.shmkdir -p build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build . -j$(nproc)After building, run the application:
./run.shOr execute the binary directly:
./build/pixlscan- qdarkstyle/ - QDarkStyleSheet v3.2.3 from https://github.com/ColinDuquesnoy/QDarkStyleSheet
- fontawesome-free-6.7.2-web/ - Font Awesome (not tracked by git)