remove pretenses of building makeqpf automatically
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>
Mon, 22 Apr 2013 12:19:24 +0000 (14:19 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 22 Apr 2013 18:21:41 +0000 (20:21 +0200)
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>
src/src.pro

index 3799567..1390663 100644 (file)
@@ -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
-