summaryrefslogtreecommitdiffstats
path: root/examples/tools/codecs/codecs.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tools/codecs/codecs.pro')
-rw-r--r--examples/tools/codecs/codecs.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/tools/codecs/codecs.pro b/examples/tools/codecs/codecs.pro
index 7f1ff0f308..377dfaa8c9 100644
--- a/examples/tools/codecs/codecs.pro
+++ b/examples/tools/codecs/codecs.pro
@@ -5,9 +5,9 @@ SOURCES += main.cpp \
previewform.cpp
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/codecs
+target.path = $$[QT_INSTALL_EXAMPLES]/tools/codecs
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS encodedfiles codecs.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/codecs
+sources.path = $$[QT_INSTALL_EXAMPLES]/tools/codecs
INSTALLS += target sources
QT += widgets