Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
c969b6e1
Commit
c969b6e1
authored
Jul 21, 2010
by
Kai Koehne
Browse files
Fix compilation if no private headers are available
parent
e4a2b6fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/qml/qml.pri
View file @
c969b6e1
HEADERS += \
$$PWD/qmlengine.h \
$$PWD/canvasframerate.h \
SOURCES += \
$$PWD/qmlengine.cpp \
$$PWD/canvasframerate.cpp \
QT += declarative
FORMS +=
RESOURCES +=
include(../../../private_headers.pri)
exists(${QT_PRIVATE_HEADERS}/QtDeclarative/private/qdeclarativecontext_p.h) {
HEADERS += \
$$PWD/qmlengine.h \
$$PWD/canvasframerate.h \
SOURCES += \
$$PWD/qmlengine.cpp \
$$PWD/canvasframerate.cpp \
QT += declarative
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment