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

DESTDIR = ../qqmldebugjs

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