QUItBattery.pro 675 B

1234567891011121314151617181920
  1. # Add more folders to ship with the application, here
  2. folder_01.source = qml/QUItBattery
  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. # If your application uses the Qt Mobility libraries, uncomment the following
  8. # lines and add the respective components to the MOBILITY variable.
  9. # CONFIG += mobility
  10. # MOBILITY +=
  11. # The .cpp file which was generated for your project. Feel free to hack it.
  12. SOURCES += main.cpp
  13. # Please do not modify the following two lines. Required for deployment.
  14. include(qtquick2applicationviewer/qtquick2applicationviewer.pri)
  15. qtcAddDeployment()