1 Star 0 Fork 197

wuu19 / QtSwissArmyKnife

forked from x-tools-author / x-tools 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
SAKBluetooth.pri 1.33 KB
一键复制 编辑 原始数据 按行查看 历史
Qter 提交于 2021-01-25 22:11 . Add file to project
qtHaveModule(bluetooth) {
QT += bluetooth
DEFINES+=SAK_IMPORT_MODULE_BLUETOOTH
}
contains(DEFINES, SAK_IMPORT_MODULE_BLUETOOTH) {
FORMS += \
$$PWD/src/pages/bluetooth/client/SAKBluetoothClientDeviceController.ui \
$$PWD/src/pages/bluetooth/server/SAKBluetoothServerDeviceController.ui
HEADERS += \
$$PWD/src/pages/bluetooth/client/SAKBluetoothClientDebugPage.hh \
$$PWD/src/pages/bluetooth/client/SAKBluetoothClientDevice.hh \
$$PWD/src/pages/bluetooth/client/SAKBluetoothClientDeviceController.hh \
$$PWD/src/pages/bluetooth/server/SAKBluetoothServerDebugPage.hh \
$$PWD/src/pages/bluetooth/server/SAKBluetoothServerDevice.hh \
$$PWD/src/pages/bluetooth/server/SAKBluetoothServerDeviceController.hh
SOURCES += \
$$PWD/src/pages/bluetooth/client/SAKBluetoothClientDebugPage.cc \
$$PWD/src/pages/bluetooth/client/SAKBluetoothClientDevice.cc \
$$PWD/src/pages/bluetooth/client/SAKBluetoothClientDeviceController.cc \
$$PWD/src/pages/bluetooth/server/SAKBluetoothServerDebugPage.cc \
$$PWD/src/pages/bluetooth/server/SAKBluetoothServerDevice.cc \
$$PWD/src/pages/bluetooth/server/SAKBluetoothServerDeviceController.cc
INCLUDEPATH += \
$$PWD/src/pages/bluetooth/client \
$$PWD/src/pages/bluetooth/server
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/wuu19/QtSwissArmyKnife.git
git@gitee.com:wuu19/QtSwissArmyKnife.git
wuu19
QtSwissArmyKnife
QtSwissArmyKnife
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891