From 1e4f8fe0225f50a74084ecf117a727c920b4a4c9 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Mon, 22 Apr 2013 14:19:24 +0200 Subject: 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 --- src/src.pro | 3 --- 1 file changed, 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 - -- cgit v1.2.1