Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 229 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 229 Bytes

borderless-qt

An example to create a window without decorations in QT/C++

Build

Commands to build and to exec the project

$ mkdir build
$ cd build
$ qmake ../borderless.pro
$ cd bin
$ ./borderless