summaryrefslogtreecommitdiffstats
path: root/tools/qmldebugger/qmldebugger.pri
blob: c49d3343686538f92dffedf636884fabfabfb467 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
QT += network declarative
contains(QT_CONFIG, opengles2)|contains(QT_CONFIG, opengles1): QT += opengl

# Input
HEADERS += $$PWD/qmldebugger.h \
           $$PWD/canvasframerate.h \
           $$PWD/watchtable.h \
           $$PWD/engine.h \
           $$PWD/objecttree.h \
           $$PWD/objectpropertiesview.h \
           $$PWD/expressionquerywidget.h

SOURCES += $$PWD/qmldebugger.cpp \
           $$PWD/main.cpp \
           $$PWD/canvasframerate.cpp \
           $$PWD/watchtable.cpp \
           $$PWD/engine.cpp \
           $$PWD/objecttree.cpp \
           $$PWD/objectpropertiesview.cpp \
           $$PWD/expressionquerywidget.cpp

RESOURCES += $$PWD/qmldebugger.qrc

OTHER_FILES += $$PWD/engines.qml