Removed references to unused PULSE_TESTS variable
This has not been used for a very long time (since before QtDeclarative was merged into Qt4). Change-Id: Ie5b4578582d7b04784f11db3d8ce92ba258b782d Reviewed-on: http://codereview.qt-project.org/6484 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
This commit is contained in:
parent
22e679ece1
commit
73f7ec2a06
|
@ -94,6 +94,3 @@ contains(QT_CONFIG, private_tests) {
|
|||
SUBDIRS += $$PRIVATETESTS
|
||||
SUBDIRS += $$SGTESTS
|
||||
}
|
||||
|
||||
# Tests which should run in Pulse
|
||||
PULSE_TESTS = $$SUBDIRS
|
||||
|
|
|
@ -4,6 +4,3 @@ contains(QT_CONFIG, private_tests) {
|
|||
SUBDIRS += \
|
||||
compile
|
||||
}
|
||||
|
||||
# Tests which should run in Pulse
|
||||
PULSE_TESTS = $$SUBDIRS
|
||||
|
|
|
@ -46,6 +46,3 @@ contains(QT_CONFIG, private_tests) {
|
|||
examples
|
||||
|
||||
}
|
||||
|
||||
# Tests which should run in Pulse
|
||||
PULSE_TESTS = $$SUBDIRS
|
||||
|
|
Loading…
Reference in New Issue