summaryrefslogtreecommitdiffstats
path: root/tools/qmldebugger/standalone/qmldebugger.pri
blob: aad5eb14fa861920d2731d5002661c289a674533 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
QT += network declarative
contains(QT_CONFIG, opengles2)|contains(QT_CONFIG, opengles1): QT += opengl

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

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