framelesshelper/examples/Win32Demo/Win32Demo.pro

9 lines
164 B
Prolog

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