diff options
author | Andy Shaw <andy.shaw@qt.io> | 2020-08-11 20:10:48 +0200 |
---|---|---|
committer | Andy Shaw <andy.shaw@qt.io> | 2020-09-16 13:11:32 +0200 |
commit | 16e163227cace5306569c050b2f4451963632a44 (patch) | |
tree | eeaa22b6709f7be0c24cb57f245e31c663034f6f /examples | |
parent | 54af42818064e041859aa690a30a88c9b0729d7a (diff) | |
download | qtbase-16e163227cace5306569c050b2f4451963632a44.tar.gz |
Don't depend on tools for the qtestlib examples
Only widgets is required here, so drop the dependency on QT_BUILD_PARTS
and just depend on widgets.
Change-Id: Idaae547b69ffd91681900b33c73e4a341011c30c
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
(cherry picked from commit 53da069b3294b45db05feca751a6d4569eb8c7ab)
Diffstat (limited to 'examples')
-rw-r--r-- | examples/qtestlib/qtestlib.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qtestlib/qtestlib.pro b/examples/qtestlib/qtestlib.pro index 4a7663a088..bbebe0a950 100644 --- a/examples/qtestlib/qtestlib.pro +++ b/examples/qtestlib/qtestlib.pro @@ -1,4 +1,4 @@ -requires(contains(QT_BUILD_PARTS,tools):qtHaveModule(widgets)) +requires(qtHaveModule(widgets)) TEMPLATE = subdirs SUBDIRS = tutorial1 tutorial2 tutorial3 tutorial4 tutorial5 |