mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-01-23 20:34:31 +08:00
10 lines
143 B
Prolog
10 lines
143 B
Prolog
|
TEMPLATE = app
|
||
|
TARGET = triangulator
|
||
|
|
||
|
QT += gui-private widgets
|
||
|
|
||
|
SOURCES += main.cpp \
|
||
|
triviswidget.cpp
|
||
|
|
||
|
HEADERS += triviswidget.h
|