hksdktest.pro 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2023-02-17T16:49:54
  4. #
  5. #-------------------------------------------------
  6. QT += core gui
  7. QT += network
  8. greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
  9. TARGET = hksdktest
  10. TEMPLATE = app
  11. # The following define makes your compiler emit warnings if you use
  12. # any feature of Qt which has been marked as deprecated (the exact warnings
  13. # depend on your compiler). Please consult the documentation of the
  14. # deprecated API in order to know how to port your code away from it.
  15. DEFINES += QT_DEPRECATED_WARNINGS
  16. # You can also make your code fail to compile if you use deprecated APIs.
  17. # In order to do so, uncomment the following line.
  18. # You can also select to disable deprecated APIs only up to a certain version of Qt.
  19. #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
  20. CONFIG += c++11
  21. SOURCES += \
  22. main.cpp \
  23. dialog.cpp \
  24. hkcamera/hkcamera.cpp
  25. HEADERS += \
  26. dialog.h \
  27. hkcamera/hkcamera.h \
  28. include/hik/DataType.h \
  29. include/hik/DecodeCardSdk.h \
  30. include/hik/HCNetSDK.h \
  31. include/hik/plaympeg4.h
  32. FORMS += \
  33. dialog.ui
  34. # Default rules for deployment.
  35. qnx: target.path = /tmp/$${TARGET}/bin
  36. else: unix:!android: target.path = /opt/$${TARGET}/bin
  37. !isEmpty(target.path): INSTALLS += target
  38. LIBS += $$PWD/lib/hik/GdiPlus.lib
  39. LIBS += $$PWD/lib/hik/HCCore.lib
  40. LIBS += $$PWD/lib/hik/HCNetSDK.lib
  41. LIBS += $$PWD/lib/hik/PlayCtrl.lib
  42. INCLUDEPATH += $$PWD/include
  43. DEPENDPATH += $$PWD/include
  44. DISTFILES += \
  45. include/aws/core/SDKConfig.h.in \
  46. include/aws/core/VersionConfig.h.in
  47. win32:CONFIG(release, debug|release): LIBS += -LF:/commonsoft/mqttforqt/build-qtmqtt-Desktop_Qt_5_12_2_MinGW_64_bit-Release/lib/ -lQt5Mqtt
  48. else:win32:CONFIG(debug, debug|release): LIBS += -LF:/commonsoft/mqttforqt/build-qtmqtt-Desktop_Qt_5_12_2_MinGW_64_bit-Release/lib/ -lQt5Mqttd