summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global/qlogging/test/test.pro
blob: 6e9b86d753d1a1eb7c61ad0498d630ac63e0ca8b (plain)
1
2
3
4
5
6
7
CONFIG += testcase parallel_test
TARGET = ../tst_qlogging
QT = core testlib
SOURCES = ../tst_qlogging.cpp

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