Files
qt5.12.8/examples/embedded/raycasting/raycasting.pro
2025-08-26 22:57:23 +08: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