summaryrefslogtreecommitdiffstats
path: root/tools/qmldebugger/qmldebugger.pro
blob: 757ba1249f5c78670925c0b4d924210d53c1c4c8 (plain)
1
2
3
4
5
6
7
8
9
10
DESTDIR = ../../bin
QT += network declarative
# Input
HEADERS += canvasframerate.h canvasscene.h
SOURCES += main.cpp canvasframerate.cpp canvasscene.cpp

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

CONFIG += console