framelesshelper/examples/Win32Demo/Win32Demo.pro

8 lines
147 B
Prolog

TARGET = Win32Demo
TEMPLATE = app
QT += widgets
HEADERS += widget.h
SOURCES += widget.cpp main.cpp
FORMS += widget.ui
include($$PWD/../common.pri)