summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qobject/test/test.pro
blob: 824223db15b2eb318b40aac578b834dc63e443dc (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)