2011-04-27 10:05:43 +00:00
|
|
|
TEMPLATE = app
|
|
|
|
SOURCES = raycasting.cpp
|
|
|
|
RESOURCES += raycasting.qrc
|
|
|
|
|
2011-06-23 14:59:09 +00:00
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/raycasting
|
2011-04-27 10:05:43 +00:00
|
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
|
2011-06-23 14:59:09 +00:00
|
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/raycasting
|
2011-04-27 10:05:43 +00:00
|
|
|
INSTALLS += target sources
|
2011-05-08 07:13:40 +00:00
|
|
|
QT += widgets widgets
|