summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tutorials/addressbook-fr/part7/part7.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/tutorials/addressbook-fr/part7/part7.pro')
-rw-r--r--examples/widgets/tutorials/addressbook-fr/part7/part7.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/widgets/tutorials/addressbook-fr/part7/part7.pro b/examples/widgets/tutorials/addressbook-fr/part7/part7.pro
index 5c1dd33d06..6f56489979 100644
--- a/examples/widgets/tutorials/addressbook-fr/part7/part7.pro
+++ b/examples/widgets/tutorials/addressbook-fr/part7/part7.pro
@@ -1,3 +1,5 @@
+QT += widgets
+
SOURCES = addressbook.cpp \
finddialog.cpp \
main.cpp
@@ -9,7 +11,5 @@ QMAKE_PROJECT_NAME = abfr_part7
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/addressbook-fr/part7
INSTALLS += target
-QT += widgets
-
simulator: warning(This example might not fully work on Simulator platform)