aboutsummaryrefslogtreecommitdiffstats
path: root/examples/neptune3ui/parking-app-tutorial/chapter3-middleware/app/app.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/neptune3ui/parking-app-tutorial/chapter3-middleware/app/app.pro')
-rw-r--r--examples/neptune3ui/parking-app-tutorial/chapter3-middleware/app/app.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/neptune3ui/parking-app-tutorial/chapter3-middleware/app/app.pro b/examples/neptune3ui/parking-app-tutorial/chapter3-middleware/app/app.pro
index d51e4ba5..82e8ad6e 100644
--- a/examples/neptune3ui/parking-app-tutorial/chapter3-middleware/app/app.pro
+++ b/examples/neptune3ui/parking-app-tutorial/chapter3-middleware/app/app.pro
@@ -5,10 +5,10 @@ FILES += info.yaml \
Main.qml
assets.files += assets/*
-assets.path = /apps/chapter3-middleware/assets
+assets.path = $$[QT_INSTALL_EXAMPLES]/neptune3-ui/chapter3-middleware/assets
app.files = $$FILES
-app.path = /apps/chapter3-middleware
+app.path = $$[QT_INSTALL_EXAMPLES]/neptune3-ui/chapter3-middleware
INSTALLS += app assets