diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/widgetsapi.pri | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/widgetsapi.pri b/Source/widgetsapi.pri index a92fbeac1..1730a4ec2 100644 --- a/Source/widgetsapi.pri +++ b/Source/widgetsapi.pri @@ -59,6 +59,10 @@ MODULE_BASE_OUTDIR = $$ROOT_BUILD_DIR # the QtWebKitWidgets library, and will end up in the library's prl file. QT_API_DEPENDS = core gui widgets network webkit +# We load the relevant modules here, so that the effects of each module +# on the QT variable can be picked up when we later load(qt_module). +load(webkit_modules) + # ---------------- Custom developer-build handling ------------------- # # The assumption for Qt developer builds is that the module file |