qt6windows7/tests/manual/rhi/hellominimalcrossgfxtriangle/hellominimalcrossgfxtriangle.pro
2023-10-29 23:33:08 +01:00

15 lines
208 B
Prolog

TEMPLATE = app
CONFIG += console
QT += gui-private
SOURCES = \
main.cpp \
window.cpp \
hellowindow.cpp
HEADERS = \
window.h \
hellowindow.h
RESOURCES = hellominimalcrossgfxtriangle.qrc