summaryrefslogtreecommitdiffstats
path: root/tools/qmldebugger/qmldebugger.pri
blob: ce36381f7ccefb19997e8bb4031c21397e66a82d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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

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

RESOURCES += $$PWD/qmldebugger.qrc

OTHER_FILES += $$PWD/engines.qml