tests: mark tst_qsgitem as a private-test
This test uses private symbols. Reviewed-by: Jason McDonald Change-Id: I026f4d00be5f53203d0b155e08533474cc4d9605
This commit is contained in:
parent
5186ddc1d9
commit
03cfbe8cb9
|
@ -26,9 +26,6 @@ SUBDIRS += \
|
|||
qmlvisual \
|
||||
moduleqt47
|
||||
|
||||
SUBDIRS += \
|
||||
qsgitem \
|
||||
|
||||
contains(QT_CONFIG, private_tests) {
|
||||
SUBDIRS += \
|
||||
qdeclarativeanchors \
|
||||
|
@ -84,6 +81,7 @@ contains(QT_CONFIG, private_tests) {
|
|||
qsgflipable \
|
||||
qsgfocusscope \
|
||||
qsggridview \
|
||||
qsgitem \
|
||||
qsglistview \
|
||||
qsgloader \
|
||||
qsgmousearea \
|
||||
|
|
Loading…
Reference in New Issue