项目作者: tpiekarski

项目描述 :
A system-trayed screenshoot(ing) prototype
高级语言: C++
项目地址: git://github.com/tpiekarski/screenshot-tray-prototype.git
创建时间: 2019-01-27T19:28:42Z
项目社区:https://github.com/tpiekarski/screenshot-tray-prototype

开源协议:Mozilla Public License 2.0

下载


Screenshot-Tray Prototype

A prototype of a system-trayed screenshoot(ing) application written in C++14 with Qt 5.

Screenshot of Screenshot-Tray Prototype

Requirements

Building

MSBuild

To compile and link the application with the MSBuild toolchain run:

  1. "C:\Program Files (x86)\Microsoft Visual Studio\[YYYY]\[product]\VC\Auxiliary\Build\vcvarsall.bat" [target]
  2. qmake screenshot-tray-prototype.pro
  3. nmake [debug|release]
  4. mt.exe -manifest ..\screenshot-tray-prototype.mf -outputresource:screenshot-tray-prototype.exe

MinGW

To compile and link the application with MinGW toolchain run:

  1. qmake screenshot-tray-prototype.pro
  2. mingw32-make