summaryrefslogtreecommitdiffstats
path: root/tools/qmldebugger/standalone/standalone.pro
blob: 72d051f3154feefafadf30bfd882c46a214e7124 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESTDIR = ../../../bin
TARGET = qmldebugger

include(qmldebugger.pri)

HEADERS += $$PWD/qmldebugger.h \
           $$PWD/engine.h

SOURCES += $$PWD/qmldebugger.cpp \
           $$PWD/engine.cpp \
           $$PWD/main.cpp 

RESOURCES += $$PWD/qmldebugger.qrc
OTHER_FILES += $$PWD/engines.qml

target.path=$$[QT_INSTALL_BINS]
INSTALLS += target

CONFIG += console