A system-trayed screenshoot(ing) prototype
A prototype of a system-trayed screenshoot(ing) application written in C++14 with Qt 5.
To compile and link the application with the MSBuild toolchain run:
"C:\Program Files (x86)\Microsoft Visual Studio\[YYYY]\[product]\VC\Auxiliary\Build\vcvarsall.bat" [target]
qmake screenshot-tray-prototype.pro
nmake [debug|release]
mt.exe -manifest ..\screenshot-tray-prototype.mf -outputresource:screenshot-tray-prototype.exe
To compile and link the application with MinGW toolchain run:
qmake screenshot-tray-prototype.pro
mingw32-make