summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-04-22 14:19:24 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-04-22 20:21:41 +0200
commit1e4f8fe0225f50a74084ecf117a727c920b4a4c9 (patch)
tree42f258c022c174d7bbcf7bd141c5678e0d8d533e
parente16efd6f36d117d2fda0f1b71166dbde86df9add (diff)
downloadqttools-1e4f8fe0225f50a74084ecf117a727c920b4a4c9.tar.gz
remove pretenses of building makeqpf automatically
the 'embedded' scope (qws) is dead. makeqpf is a graphical host tool to be used in the process of deploying embedded software. as the qt build system does not support such a configuration, the tool simply must be built manually. Change-Id: I6aeafb758e6e55ec228b535ef7354d4c78745e80 Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
-rw-r--r--src/src.pro3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/src.pro b/src/src.pro
index 37995679f..139066390 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -22,6 +22,3 @@ mac {
embedded:SUBDIRS += kmap2qmap
qtHaveModule(dbus): SUBDIRS += qdbus
-# We don't need these command line utilities on embedded platforms.
-embedded: SUBDIRS += makeqpf
-