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