diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/auto.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index db663e6..ab7b1d2 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -1,5 +1,5 @@ TEMPLATE=subdirs -!contains(QT_CONFIG, no-widgets) { +qtHaveModule(widgets) { SUBDIRS = \ qsvgdevice \ qsvggenerator \ |