summaryrefslogtreecommitdiffstats
path: root/examples/qmake/precompile/precompile.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qmake/precompile/precompile.pro')
-rw-r--r--examples/qmake/precompile/precompile.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qmake/precompile/precompile.pro b/examples/qmake/precompile/precompile.pro
index b51677023a..6a23d82c32 100644
--- a/examples/qmake/precompile/precompile.pro
+++ b/examples/qmake/precompile/precompile.pro
@@ -8,6 +8,7 @@ TEMPLATE = app
LANGUAGE = C++
CONFIG += console precompile_header
CONFIG -= app_bundle
+QT += widgets
# Use Precompiled headers (PCH)
PRECOMPILED_HEADER = stable.h
@@ -21,4 +22,3 @@ SOURCES = main.cpp \
util.cpp
FORMS = mydialog.ui
#! [0]
-QT += widgets