Qt Quick based coffee brewing control chart.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

BrewPlot.pro 1.0KB

123456789101112131415161718192021222324252627282930313233343536
  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. # Please do not modify the following two lines. Required for deployment.
  22. include(qmlapplicationviewer/qmlapplicationviewer.pri)
  23. qtcAddDeployment()
  24. HEADERS += \
  25. qmllineitem.h
  26. RESOURCES += \
  27. qmlfiles.qrc