8589bb334f
Only two tests inside tst_qstatictext required private symbols, so we can enable the rest on all builds. Change-Id: Id222ba01d9676c40b6447c1526ee127fcc2090d3 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
10 lines
219 B
Prolog
10 lines
219 B
Prolog
CONFIG += testcase
|
|
CONFIG += parallel_test
|
|
linux: CONFIG += insignificant_test
|
|
TARGET = tst_qstatictext
|
|
QT += testlib
|
|
|
|
SOURCES += tst_qstatictext.cpp
|
|
|
|
contains(QT_CONFIG, private_tests): QT += core-private gui-private
|