summaryrefslogtreecommitdiffstats
path: root/examples/widgets/mainwindows/recentfiles/recentfiles.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/mainwindows/recentfiles/recentfiles.pro')
-rw-r--r--examples/widgets/mainwindows/recentfiles/recentfiles.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/widgets/mainwindows/recentfiles/recentfiles.pro b/examples/widgets/mainwindows/recentfiles/recentfiles.pro
index 5425efc68f..162532a239 100644
--- a/examples/widgets/mainwindows/recentfiles/recentfiles.pro
+++ b/examples/widgets/mainwindows/recentfiles/recentfiles.pro
@@ -3,9 +3,9 @@ SOURCES = main.cpp \
mainwindow.cpp
# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/mainwindows/recentfiles
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/mainwindows/recentfiles
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS recentfiles.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/mainwindows/recentfiles
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/mainwindows/recentfiles
INSTALLS += target sources
QT += widgets