summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tutorials/addressbook-fr/part3/part3.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/tutorials/addressbook-fr/part3/part3.pro')
-rw-r--r--examples/widgets/tutorials/addressbook-fr/part3/part3.pro13
1 files changed, 0 insertions, 13 deletions
diff --git a/examples/widgets/tutorials/addressbook-fr/part3/part3.pro b/examples/widgets/tutorials/addressbook-fr/part3/part3.pro
deleted file mode 100644
index 0990cb5088..0000000000
--- a/examples/widgets/tutorials/addressbook-fr/part3/part3.pro
+++ /dev/null
@@ -1,13 +0,0 @@
-QT += widgets
-
-SOURCES = addressbook.cpp \
- main.cpp
-HEADERS = addressbook.h
-
-QMAKE_PROJECT_NAME = abfr_part3
-
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/addressbook-fr/part3
-INSTALLS += target
-
-simulator: warning(This example might not fully work on Simulator platform)