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