monitor.pro 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. QT += charts qml quick
  2. CONFIG += c++11
  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. Ego.cpp \
  8. ImageProvider.cpp \
  9. appmodel.cpp \
  10. main.cpp
  11. RESOURCES += qml.qrc
  12. # Additional import path used to resolve QML modules in Qt Creator's code model
  13. QML_IMPORT_PATH =
  14. # Additional import path used to resolve QML modules just for Qt Quick Designer
  15. QML_DESIGNER_IMPORT_PATH =
  16. # Default rules for deployment.
  17. qnx: target.path = /tmp/$${TARGET}/bin
  18. else: unix:!android: target.path = /opt/$${TARGET}/bin
  19. !isEmpty(target.path): INSTALLS += target
  20. HEADERS += \
  21. Ego.h \
  22. ImageProvider.h \
  23. appmodel.h
  24. INCLUDEPATH += ../EgoRemote/include/
  25. LIBS+= -L../Run/ -lEgoRemote
  26. QT += quick
  27. CONFIG += c++11
  28. # You can make your code fail to compile if it uses deprecated APIs.
  29. # In order to do so, uncomment the following line.
  30. #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
  31. SOURCES += \
  32. Ego.cpp \
  33. ImageProvider.cpp \
  34. appmodel.cpp \
  35. main.cpp
  36. RESOURCES += qml.qrc
  37. # Additional import path used to resolve QML modules in Qt Creator's code model
  38. QML_IMPORT_PATH =
  39. # Additional import path used to resolve QML modules just for Qt Quick Designer
  40. QML_DESIGNER_IMPORT_PATH =
  41. # Default rules for deployment.
  42. qnx: target.path = /tmp/$${TARGET}/bin
  43. else: unix:!android: target.path = /opt/$${TARGET}/bin
  44. !isEmpty(target.path): INSTALLS += target
  45. HEADERS += \
  46. Ego.h \
  47. ImageProvider.h \
  48. appmodel.h
  49. INCLUDEPATH += ../EgoRemote/include/
  50. #LIBS+= -L../x64/debug/ -lEgoDLL