SBTdie-bonder-ui.pro 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. QT += core gui
  2. Qt += charts
  3. greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
  4. CONFIG += c++17
  5. # LIBS += -L"D:\build-qwt-Desktop_Qt_5_12_8_MSVC2017_64bit-Debug\lib" -lqwtd
  6. # LIBS += -L"D:\build-qwt-Desktop_Qt_5_12_8_MSVC2017_64bit-Debug\lib" -lqwt
  7. # INCLUDEPATH += D:\app\Qt\5.15.2\msvc2019_64\include\qwt
  8. # You can make your code fail to compile if it uses deprecated APIs.
  9. # In order to do so, uncomment the following line.
  10. #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
  11. SOURCES += \
  12. Group.cpp \
  13. ImageWidget.cpp \
  14. ImageWidget_nodrag.cpp \
  15. Login.cpp \
  16. OriginalWnd/ChartsAndCamerasWnd.cpp \
  17. OriginalWnd/MainAndSecondaryCamerasWnd.cpp \
  18. OriginalWnd/OriginalWnd.cpp \
  19. OriginalWnd/SingleCameraOperationWnd.cpp \
  20. OriginalWnd/treeviewmanager.cpp \
  21. main.cpp \
  22. MainWnd.cpp \
  23. HEADERS += \
  24. Group.h \
  25. ImageWidget.h \
  26. ImageWidget_nodrag.h \
  27. Login.h \
  28. MainWnd.h \
  29. OriginalWnd/ChartsAndCamerasWnd.h \
  30. OriginalWnd/MainAndSecondaryCamerasWnd.h \
  31. OriginalWnd/OriginalWnd.h \
  32. OriginalWnd/SingleCameraOperationWnd.h \
  33. OriginalWnd/treeviewmanager.h \
  34. FORMS += \
  35. Group.ui \
  36. ImageWidget.ui \
  37. ImageWidget_nodrag.ui \
  38. Login.ui \
  39. MainWnd.ui \
  40. OriginalWnd/ChartsAndCamerasWnd.ui \
  41. OriginalWnd/MainAndSecondaryCamerasWnd.ui \
  42. OriginalWnd/OriginalWnd.ui \
  43. OriginalWnd/SingleCameraOperationWnd.ui
  44. # Default rules for deployment.
  45. qnx: target.path = /tmp/$${TARGET}/bin
  46. else: unix:!android: target.path = /opt/$${TARGET}/bin
  47. !isEmpty(target.path): INSTALLS += target
  48. DISTFILES += \
  49. images/drop.png
  50. RESOURCES += \
  51. res.qrc
  52. QMAKE_PROJECT_DEPTH = 0