debugger: get rid of the private header dependency

Removed the CanvasFrameRate class as it is not used, and
depends on private Qt API
This commit is contained in:
Olivier Goffart
2010-08-10 10:10:39 +02:00
parent b15a0a5a0f
commit 9df9695a7f
7 changed files with 1 additions and 680 deletions

View File

@@ -2,13 +2,3 @@
HEADERS += $$PWD/qmlengine.h
SOURCES += $$PWD/qmlengine.cpp
include(../../../private_headers.pri)
exists($${QT_PRIVATE_HEADERS}/QtDeclarative/private/qdeclarativecontext_p.h) {
HEADERS += \
$$PWD/canvasframerate.h \
SOURCES += \
$$PWD/canvasframerate.cpp \
QT += declarative
}