forked from qt-creator/qt-creator
Fix compilation if no private headers are available
This commit is contained in:
@@ -1,13 +1,12 @@
|
|||||||
HEADERS += \
|
include(../../../private_headers.pri)
|
||||||
$$PWD/qmlengine.h \
|
exists(${QT_PRIVATE_HEADERS}/QtDeclarative/private/qdeclarativecontext_p.h) {
|
||||||
$$PWD/canvasframerate.h \
|
HEADERS += \
|
||||||
|
$$PWD/qmlengine.h \
|
||||||
|
$$PWD/canvasframerate.h \
|
||||||
|
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
$$PWD/qmlengine.cpp \
|
$$PWD/qmlengine.cpp \
|
||||||
$$PWD/canvasframerate.cpp \
|
$$PWD/canvasframerate.cpp \
|
||||||
|
|
||||||
QT += declarative
|
QT += declarative
|
||||||
|
}
|
||||||
FORMS +=
|
|
||||||
|
|
||||||
RESOURCES +=
|
|
||||||
|
|||||||
Reference in New Issue
Block a user