hidapi-develsudnf install hidapi-devel修改工程配置,链接库改为 hidapi-libusb,重新生成makefile编译通过unix:!macx {
2022-10-06 19:44
+= console c++11CONFIG -= app_bundleCONFIG -= qtSOURCES += main.cppunix:!macx: LIBS += -L$$PWD
2022-10-28 10:22
:!macx: LIBS += -L$$PWD/../test/mqtt_pro/lib/ -lQt5QmqttINCLUDEPATH += $&
2022-12-07 21:25
。在这种模式下, UNIX 的文件名称和路径转换将会被应用,对于 UNIX 的附加测试(作为一个范围)成为可用。这种模式是所有类 UNIX 操作系统下的默认模式。☆–macx:qmake 将会在 MAC
2017-11-05 11:43