aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger/qqmldebugprocess/qqmldebugprocessprocess/qqmldebugprocessprocess.pro
blob: a8eb4885d44b2ee6549550d4229992ca5a810cec (plain)
1
2
3
4
5
6
7
8
9
10
11
QT = core
macos:CONFIG -= app_bundle
CONFIG -= debug_and_release_target
CONFIG += console
SOURCES += qqmldebugprocessprocess.cpp

DESTDIR = ../qqmldebugprocess

target.path = $$[QT_INSTALL_TESTS]/tst_qqmldebugprocess
INSTALLS += target