qt5base-lts/examples/embedded/raycasting/raycasting.pro

8 lines
160 B
Prolog
Raw Normal View History

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