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

Build fix for tools

We have to check for Qt Versions and private headers to build qmlpuppet.

Reviewed-by: Kai Koehne
parent 8733306c
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,16 @@ TEMPLATE = subdirs
win32:SUBDIRS = qtcdebugger
SUBDIRS += qtpromaker
SUBDIRS = qmlpuppet
QT_BREAKPAD_ROOT_PATH = $$(QT_BREAKPAD_ROOT_PATH)
!isEmpty(QT_BREAKPAD_ROOT_PATH) {
SUBDIRS += qtcrashhandler
}
include(../../qtcreator.pri)
include(../private_headers.pri)
exists($${QT_PRIVATE_HEADERS}/QtDeclarative/private/qdeclarativecontext_p.h) {
minQtVersion(4, 7, 1) {
SUBDIRS += 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