summaryrefslogtreecommitdiffstats
path: root/src/src.pro
diff options
context:
space:
mode:
authorFabian Bumberger <fbumberger@rim.com>2012-11-21 16:19:56 +0100
committerAaron McCarthy <mccarthy.aaron@gmail.com>2012-11-23 12:19:35 +0100
commit1d5fe811c540529b0ac245c5fba877f1ca0401f1 (patch)
tree3888aac409a6e400dfb4f96c7296fbac57e76c49 /src/src.pro
parent32a288f9e0271f63dfc26903726d661d127525d0 (diff)
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 <mccarthy.aaron@gmail.com>
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro3
1 files changed, 2 insertions, 1 deletions
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