forked from qt-creator/qt-creator
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user