summaryrefslogtreecommitdiffstats
path: root/tools/qmldebugger/qmldebugger.pro
blob: 10688584e517f3fa292b270eb12e249651adbf3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESTDIR = ../../bin
QT += network declarative
contains(QT_CONFIG, opengles2)|contains(QT_CONFIG, opengles1): QT += opengl

# Input
HEADERS += canvasframerate.h canvasscene.h engine.h
SOURCES += main.cpp canvasframerate.cpp canvasscene.cpp engine.cpp

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

CONFIG += console