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

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

CONFIG += console