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

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