summaryrefslogtreecommitdiffstats
path: root/examples/help/simpletextviewer/simpletextviewer.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/help/simpletextviewer/simpletextviewer.pro')
-rw-r--r--examples/help/simpletextviewer/simpletextviewer.pro14
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/help/simpletextviewer/simpletextviewer.pro b/examples/help/simpletextviewer/simpletextviewer.pro
deleted file mode 100644
index 2b0a1ace6..000000000
--- a/examples/help/simpletextviewer/simpletextviewer.pro
+++ /dev/null
@@ -1,14 +0,0 @@
-HEADERS = mainwindow.h \
- findfiledialog.h \
- assistant.h \
- textedit.h
-SOURCES = main.cpp \
- mainwindow.cpp \
- findfiledialog.cpp \
- assistant.cpp \
- textedit.cpp
-
-QT += widgets
-
-target.path = $$[QT_INSTALL_EXAMPLES]/help/simpletextviewer
-INSTALLS += target