test: subtract qurlinternal.pro when private_tests are not enabled
This test used requires(contains(QT_CONFIG,private_tests)) in its .pro file, but did not subtract itself from its parent project SUBDIRS when private_tests weren't enabled. Change-Id: Idcd0893c4804a8217e4dd33ba9838ff67e996f58 Reviewed-by: David Faure <faure@kde.org> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
a91e65036e
commit
c15e80f6ac
@ -36,7 +36,8 @@ SUBDIRS=\
|
||||
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
|
||||
qabstractfileengine \
|
||||
qfileinfo \
|
||||
qipaddress
|
||||
qipaddress \
|
||||
qurlinternal
|
||||
|
||||
win32:!contains(QT_CONFIG, private_tests): SUBDIRS -= \
|
||||
qfilesystementry
|
||||
|
Loading…
Reference in New Issue
Block a user