QUItIndicators.pro 666 B

12345678910111213141516171819202122
  1. # Add more folders to ship with the application, here
  2. folder_01.source = qml
  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()