blob: 502617b2c8a0ad1029ccc0a0b526418a26fa6097 (
plain)
1
2
3
4
5
6
7
8
9
10
|
TEMPLATE = subdirs
# Currently the tests are adapted for the platforms
# that provide a native WebView implementation.
android|ios|winrt {
SUBDIRS += auto
}
SUBDIRS += \
manual/tst_quickwidget
|