zhongye.pro 1019 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. cbusiness.cpp \
  11. main.cpp
  12. RESOURCES += qml.qrc
  13. # Additional import path used to resolve QML modules in Qt Creator's code model
  14. QML_IMPORT_PATH =
  15. # Additional import path used to resolve QML modules just for Qt Quick Designer
  16. QML_DESIGNER_IMPORT_PATH =
  17. # Default rules for deployment.
  18. qnx: target.path = /tmp/$${TARGET}/bin
  19. else: unix:!android: target.path = /opt/$${TARGET}/bin
  20. !isEmpty(target.path): INSTALLS += target
  21. HEADERS += \
  22. Ego.h \
  23. ImageProvider.h \
  24. appmodel.h \
  25. cbusiness.h
  26. INCLUDEPATH += ../EgoDLL/include/
  27. INCLUDEPATH +=../HttpDLL/include/
  28. LIBS+= -L../Run/ -lEgoDLL
  29. LIBS+= -L../Run/ -lhttpThreadNum1
  30. DESTDIR = ../Run