summaryrefslogtreecommitdiffstats
path: root/src/android/CMakeLists.txt
blob: 499af7d9a58e8600dad44f16e79e33d1f1afd5b4 (plain)
1
2
3
4
5
6
if(TARGET Qt::Bluetooth)
    add_subdirectory(bluetooth)
endif()
if(TARGET Qt::Nfc)
    add_subdirectory(nfc)
endif()