summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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