diff options
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r-- | tests/auto/auto.pro | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 5e02e95..5e3ced2 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -1,4 +1,6 @@ TEMPLATE=subdirs -SUBDIRS=\ - qx11info \ - cmake +SUBDIRS=cmake + +qtHaveModule(widgets) { + SUBDIRS += qx11info +}
\ No newline at end of file |