summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qobject/test/test.pro
blob: 9daf3d77a0171d69fbf6d8511b82110a9f07b9fa (plain)
1
2
3
4
5
6
7
CONFIG += testcase console
TARGET = ../tst_qobject
QT = core-private network testlib
SOURCES = ../tst_qobject.cpp

load(testcase) # for target.path and installTestHelperApp()
installTestHelperApp("signalbug/signalbug",signalbug,signalbug)