aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tutorials/gettingStartedQml/filedialog/filedialog.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorials/gettingStartedQml/filedialog/filedialog.pro')
-rw-r--r--examples/tutorials/gettingStartedQml/filedialog/filedialog.pro22
1 files changed, 0 insertions, 22 deletions
diff --git a/examples/tutorials/gettingStartedQml/filedialog/filedialog.pro b/examples/tutorials/gettingStartedQml/filedialog/filedialog.pro
deleted file mode 100644
index 36ae0fc7f4..0000000000
--- a/examples/tutorials/gettingStartedQml/filedialog/filedialog.pro
+++ /dev/null
@@ -1,22 +0,0 @@
-TEMPLATE = lib
-CONFIG += qt plugin
-QT += qml
-
-DESTDIR += ../plugins
-OBJECTS_DIR = tmp
-MOC_DIR = tmp
-
-TARGET = FileDialog
-
-HEADERS += directory.h \
- file.h \
- dialogPlugin.h
-
-SOURCES += directory.cpp \
- file.cpp \
- dialogPlugin.cpp
-
-target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/tutorials/gettingStartedQml/filedialog
-sources.files = $$SOURCES $$HEADERS filedialog.pro
-sources.path = $$target.path
-INSTALLS = sources target