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.pro9
1 files changed, 0 insertions, 9 deletions
diff --git a/examples/widgets/mainwindows/recentfiles/recentfiles.pro b/examples/widgets/mainwindows/recentfiles/recentfiles.pro
deleted file mode 100644
index ccf948f560..0000000000
--- a/examples/widgets/mainwindows/recentfiles/recentfiles.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-QT += widgets
-
-HEADERS = mainwindow.h
-SOURCES = main.cpp \
- mainwindow.cpp
-
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/widgets/mainwindows/recentfiles
-INSTALLS += target