framelesshelper/examples/Win32Demo/Win32Demo.pro

7 lines
140 B
Prolog

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