Commit ef1d6244 authored by Oswald Buddenhagen's avatar Oswald Buddenhagen Committed by The Qt Project
Browse files

adjust to new "configure -nomake tools" semantics


Change-Id: I34ea6a8ea5f6f2641bf5deaf2a7136e5ed51a8ba
Reviewed-by: default avatarAlan Alpert (Personal) <416365416c@gmail.com>
parent f8eb03b2
No related merge requests found
Showing with 16 additions and 0 deletions
CONFIG += tests_need_tools
load(qt_parts) load(qt_parts)
...@@ -69,3 +69,7 @@ SUBDIRS += debugger ...@@ -69,3 +69,7 @@ SUBDIRS += debugger
contains(QT_CONFIG, private_tests) { contains(QT_CONFIG, private_tests) {
SUBDIRS += $$PRIVATETESTS SUBDIRS += $$PRIVATETESTS
} }
qtNomakeTools( \
qmlplugindump \
)
...@@ -6,3 +6,14 @@ SUBDIRS += \ ...@@ -6,3 +6,14 @@ SUBDIRS += \
qmlprofiler \ qmlprofiler \
qmlbundle qmlbundle
qtHaveModule(quick):qtHaveModule(widgets): SUBDIRS += qmleasing qtHaveModule(quick):qtHaveModule(widgets): SUBDIRS += qmleasing
# qmlmin & qmlbundle are build tools.
# qmlscene is needed by the autotests.
# qmltestrunner may be useful for manual testing.
# qmlplugindump cannot be a build tool, because it loads target plugins.
# The other apps are mostly "desktop" tools and are thus excluded.
qtNomakeTools( \
qmlprofiler \
qmlplugindump \
qmleasing \
)
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment