summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/codeeditor/codeeditor.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/widgets/codeeditor/codeeditor.pro')
-rw-r--r--examples/widgets/widgets/codeeditor/codeeditor.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/widgets/widgets/codeeditor/codeeditor.pro b/examples/widgets/widgets/codeeditor/codeeditor.pro
index ec38770cc6..ee861e8dfa 100644
--- a/examples/widgets/widgets/codeeditor/codeeditor.pro
+++ b/examples/widgets/widgets/codeeditor/codeeditor.pro
@@ -2,9 +2,9 @@ HEADERS = codeeditor.h
SOURCES = main.cpp \
codeeditor.cpp
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/codeeditor
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/codeeditor
sources.files = $$SOURCES $$HEADERS *.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/codeeditor
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/codeeditor
INSTALLS += target sources
QT += widgets