summaryrefslogtreecommitdiffstats
path: root/src/src.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/src.pro b/src/src.pro
deleted file mode 100644
index dba9de4b..00000000
--- a/src/src.pro
+++ /dev/null
@@ -1,30 +0,0 @@
-TEMPLATE = subdirs
-
-SUBDIRS += bluetooth nfc
-android {
- SUBDIRS += android
- android.depends += bluetooth nfc
-}
-
-contains(QT_CONFIG, private_tests) {
- bluetooth_doc_snippets.subdir = bluetooth/doc/snippets
- bluetooth_doc_snippets.depends = bluetooth
-
- nfc_doc_snippets.subdir = nfc/doc/snippets
- nfc_doc_snippets.depends = nfc
-
- SUBDIRS += bluetooth_doc_snippets nfc_doc_snippets
-}
-
-qtHaveModule(quick) {
- imports.depends += bluetooth nfc
- SUBDIRS += imports
-}
-
-include($$OUT_PWD/bluetooth/qtbluetooth-config.pri)
-QT_FOR_CONFIG += bluetooth
-qtConfig(bluez) {
- sdpscanner.subdir = tools/sdpscanner
- sdpscanner.depends = bluetooth
- SUBDIRS += sdpscanner
-}