diff options
Diffstat (limited to 'tests/auto/widgets/styles/styles.pro')
-rw-r--r-- | tests/auto/widgets/styles/styles.pro | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/auto/widgets/styles/styles.pro b/tests/auto/widgets/styles/styles.pro new file mode 100644 index 0000000000..7e931582db --- /dev/null +++ b/tests/auto/widgets/styles/styles.pro @@ -0,0 +1,13 @@ +TEMPLATE=subdirs +SUBDIRS=\ + qmacstyle \ + qstyle \ + qstyleoption \ + qstylesheetstyle \ + +!contains(QT_CONFIG, private_tests): SUBDIRS -= \ + qstylesheetstyle \ + +# This test can only be run on Mac OS: +!mac:SUBDIRS -= \ + qmacstyle \ |