Qt Quick based coffee brewing control chart.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

BrewPlot.pro 1.0KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. # Add more folders to ship with the application, here
  2. folder_01.source = qml/BrewPlot
  3. folder_01.target = qml
  4. DEPLOYMENTFOLDERS = folder_01
  5. # Additional import path used to resolve QML modules in Creator's code model
  6. QML_IMPORT_PATH =
  7. symbian:TARGET.UID3 = 0xE41BFE6C
  8. # Allow network access on Symbian
  9. symbian:TARGET.CAPABILITY += NetworkServices
  10. # Define QMLJSDEBUGGER to allow debugging of QML in debug builds
  11. # (This might significantly increase build time)
  12. # DEFINES += QMLJSDEBUGGER
  13. # If your application uses the Qt Mobility libraries, uncomment
  14. # the following lines and add the respective components to the
  15. # MOBILITY variable.
  16. # CONFIG += mobility
  17. # MOBILITY +=
  18. # The .cpp file which was generated for your project. Feel free to hack it.
  19. SOURCES += main.cpp \
  20. qmllineitem.cpp \
  21. newpointcontrol.cpp
  22. # Please do not modify the following two lines. Required for deployment.
  23. include(qmlapplicationviewer/qmlapplicationviewer.pri)
  24. qtcAddDeployment()
  25. HEADERS += \
  26. qmllineitem.h \
  27. newpointcontrol.h
  28. RESOURCES += \
  29. qmlfiles.qrc