driver_radar_4d_ars548.pro 520 B

12345678910111213141516171819
  1. QT = core network
  2. CONFIG += c++1z cmdline
  3. # You can make your code fail to compile if it uses deprecated APIs.
  4. # In order to do so, uncomment the following line.
  5. #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
  6. SOURCES += \
  7. ar548pac.cpp \
  8. main.cpp
  9. # Default rules for deployment.
  10. qnx: target.path = /tmp/$${TARGET}/bin
  11. else: unix:!android: target.path = /opt/$${TARGET}/bin
  12. !isEmpty(target.path): INSTALLS += target
  13. HEADERS += \
  14. ar548pac.h