summaryrefslogtreecommitdiffstats
path: root/examples/qtestlib/tutorial2/tutorial2.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qtestlib/tutorial2/tutorial2.pro')
-rw-r--r--examples/qtestlib/tutorial2/tutorial2.pro5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/qtestlib/tutorial2/tutorial2.pro b/examples/qtestlib/tutorial2/tutorial2.pro
index 58e70d4508..039c047fa8 100644
--- a/examples/qtestlib/tutorial2/tutorial2.pro
+++ b/examples/qtestlib/tutorial2/tutorial2.pro
@@ -1,8 +1,7 @@
+QT += widgets testlib
+
SOURCES = testqstring.cpp
-QT += testlib
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtestlib/tutorial2
INSTALLS += target
-
-QT += widgets