summaryrefslogtreecommitdiffstats
path: root/examples/xml/streambookmarks/streambookmarks.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/xml/streambookmarks/streambookmarks.pro')
-rw-r--r--examples/xml/streambookmarks/streambookmarks.pro15
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/xml/streambookmarks/streambookmarks.pro b/examples/xml/streambookmarks/streambookmarks.pro
deleted file mode 100644
index 8c2fc3fa19..0000000000
--- a/examples/xml/streambookmarks/streambookmarks.pro
+++ /dev/null
@@ -1,15 +0,0 @@
-HEADERS = mainwindow.h \
- xbelreader.h \
- xbelwriter.h
-SOURCES = main.cpp \
- mainwindow.cpp \
- xbelreader.cpp \
- xbelwriter.cpp
-QT += xml widgets
-requires(qtConfig(filedialog))
-
-EXAMPLE_FILES = frank.xbel jennifer.xbel
-
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/xml/streambookmarks
-INSTALLS += target