aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger/qqmldebuggingenabler/qqmldebuggingenablerserver/qqmldebuggingenablerserver.pro
blob: a40ff6978b8e89e51118f978cfac221a34cb65e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
QT += qml testlib
osx:CONFIG -= app_bundle
CONFIG -= debug_and_release_target
INCLUDEPATH += ../../shared
SOURCES += qqmldebuggingenablerserver.cpp
DEFINES += QT_QML_DEBUG_NO_WARNING

DESTDIR = ../qqmldebuggingenabler

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