summaryrefslogtreecommitdiffstats
path: root/examples/tools/i18n/i18n.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tools/i18n/i18n.pro')
-rw-r--r--examples/tools/i18n/i18n.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/tools/i18n/i18n.pro b/examples/tools/i18n/i18n.pro
index 794e010648..a02e25dcd0 100644
--- a/examples/tools/i18n/i18n.pro
+++ b/examples/tools/i18n/i18n.pro
@@ -20,9 +20,9 @@ TRANSLATIONS += translations/i18n_ar.ts \
translations/i18n_zh.ts
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/i18n
+target.path = $$[QT_INSTALL_EXAMPLES]/tools/i18n
sources.files = $$SOURCES $$HEADERS $$RESOURCES translations i18n.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/i18n
+sources.path = $$[QT_INSTALL_EXAMPLES]/tools/i18n
INSTALLS += target sources
QT += widgets