qt6windows7/examples/embedded/raycasting/raycasting.pro
2023-10-29 23:33:08 +01:00

8 lines
160 B
Prolog

TEMPLATE = app
QT += widgets
SOURCES = raycasting.cpp
RESOURCES += raycasting.qrc
target.path = $$[QT_INSTALL_EXAMPLES]/embedded/raycasting
INSTALLS += target