Skip to content
Snippets Groups Projects
Commit c98be07f authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

QmlDesigner: remove unused .pro file


Change-Id: I5ef1a6cbc56dad2b9264827c9b001676716dedda
Reviewed-by: default avatarMarco Bubke <marco.bubke@digia.com>
parent db486783
No related branches found
No related tags found
No related merge requests found
TEMPLATE = subdirs
include(qmlpuppet_utilities.pri)
exists($${QT_PRIVATE_HEADERS}/QtDeclarative/private/qdeclarativecontext_p.h) {
minQtVersion(4, 7, 1) {
SUBDIRS += qmlpuppet
} else {
warning(Qt version has to be at least 4.7.1 to build qmlpuppet.)
}
} else {
warning(Private headers for Qt required to build qmlpuppet.)
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment