SOURCES += \
    main.cpp \
    mainwindow.cpp \
    xxxx.cpp

HEADERS += \
    mainwindow.h \
    xxx/xx/xxx.h \
    xxxx.h

FORMS += \
    mainwindow.ui

DISTFILES += \
    xxx/xx/xxxx.lib \
    xxxx/xxx/xxxx.dll \

LIBS += -L$$PWD/xxx/xxx/ -lxxxx

 

相关文章:

  • 2022-12-23
  • 2021-08-03
  • 2021-08-03
  • 2021-06-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-01
猜你喜欢
  • 2021-12-25
  • 2021-06-13
  • 2022-01-20
  • 2022-12-23
  • 2021-06-12
  • 2022-12-23
相关资源
相似解决方案