qt6windows7/examples/embedded/raycasting/raycasting.pro

8 lines
160 B
Prolog
Raw Normal View History

2023-10-30 06:33:08 +08:00
TEMPLATE = app
QT += widgets
SOURCES = raycasting.cpp
RESOURCES += raycasting.qrc
target.path = $$[QT_INSTALL_EXAMPLES]/embedded/raycasting
INSTALLS += target