summaryrefslogtreecommitdiffstats
path: root/examples/embedded/raycasting/raycasting.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/embedded/raycasting/raycasting.pro')
-rw-r--r--examples/embedded/raycasting/raycasting.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/embedded/raycasting/raycasting.pro b/examples/embedded/raycasting/raycasting.pro
index 9c562d446c..770e97318d 100644
--- a/examples/embedded/raycasting/raycasting.pro
+++ b/examples/embedded/raycasting/raycasting.pro
@@ -2,8 +2,8 @@ TEMPLATE = app
SOURCES = raycasting.cpp
RESOURCES += raycasting.qrc
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/raycasting
+target.path = $$[QT_INSTALL_EXAMPLES]/embedded/raycasting
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/raycasting
+sources.path = $$[QT_INSTALL_EXAMPLES]/embedded/raycasting
INSTALLS += target sources
QT += widgets widgets