From 1d5fe811c540529b0ac245c5fba877f1ca0401f1 Mon Sep 17 00:00:00 2001 From: Fabian Bumberger Date: Wed, 21 Nov 2012 16:19:56 +0100 Subject: Changing the build order of the subdirectories "imports" needs "nfc" and "bluetooth" to be built and complains that it can not find libNFC Change-Id: I391c73d9d95bdbe4c74f5b2155a99a1cc126a3ff Reviewed-by: Aaron McCarthy --- src/src.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/src.pro') diff --git a/src/src.pro b/src/src.pro index 7ebb6a01..1f96b1f1 100644 --- a/src/src.pro +++ b/src/src.pro @@ -1,6 +1,5 @@ TEMPLATE = subdirs CONFIG += ordered -SUBDIRS = bluetooth imports # The Qt NFC module is currently not supported. The API is not finalized and may change. # The Qt NFC module can be built by passing CONFIG+=nfc to qmake. @@ -8,3 +7,5 @@ nfc { message("Building unsupported Qt NFC module, API is not finalized and may change.") SUBDIRS += nfc } + +SUBDIRS += bluetooth imports -- cgit v1.2.3