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