1 2 3 4 5 6 7 8
QT += core gui widgets TARGET = demo-widget TEMPLATE = app include(../qtimgui.pri) SOURCES += \ demo-widget.cpp