summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/multiexec/multiexec.pro
blob: 8886531417b63d83f97ea02825355ed5305d10f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SOURCES += tst_multiexec.cpp
QT = core testlib

mac:CONFIG -= app_bundle
CONFIG -= debug_and_release_target

TARGET = multiexec

# This app is testdata for tst_selftests
target.path = $$[QT_INSTALL_TESTS]/tst_selftests/$$TARGET
INSTALLS += target