jsonzilla / template_simple_gui

Simple Qt Gui template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple GUI Template

> cmake -G "Visual Studio 16 2019" ../src
> cmake -G "Unix Makefiles" ../src
> make 

Plataform error

If runnig you get a error for missing dlls Check the path to

  • Qt5Core.dll
  • Qt5Cored.dll
  • Qt5Gui.dll
  • Qt5Guid.dll
  • Qt5Widgets.dll
  • Qt5Widgetsd.dll
  • platforms\qwindows.dll
  • platforms\qwindowsd.dll

About

Simple Qt Gui template

License:GNU General Public License v2.0


Languages

Language:C++ 61.2%Language:CMake 38.8%