summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.qmake.conf1
-rw-r--r--src/bluetooth/bluetooth.pro2
-rw-r--r--src/nfc/nfc.pro2
3 files changed, 1 insertions, 4 deletions
diff --git a/.qmake.conf b/.qmake.conf
new file mode 100644
index 00000000..42ba8e45
--- /dev/null
+++ b/.qmake.conf
@@ -0,0 +1 @@
+load(qt_build_config)
diff --git a/src/bluetooth/bluetooth.pro b/src/bluetooth/bluetooth.pro
index f0117212..cd332455 100644
--- a/src/bluetooth/bluetooth.pro
+++ b/src/bluetooth/bluetooth.pro
@@ -1,5 +1,3 @@
-load(qt_build_config)
-
TARGET = QtBluetooth
QT = core
QT_PRIVATE = concurrent
diff --git a/src/nfc/nfc.pro b/src/nfc/nfc.pro
index ab35f336..58ea1c06 100644
--- a/src/nfc/nfc.pro
+++ b/src/nfc/nfc.pro
@@ -1,5 +1,3 @@
-load(qt_build_config)
-
TARGET = QtNfc
QT = core