QUIt_GForceMeter.pro 936 B

123456789101112131415161718192021222324252627282930313233343536
  1. # Add more folders to ship with the application, here
  2. folder_01.source = qml/QUIt_GForceMeter
  3. folder_01.target = qml
  4. DEPLOYMENTFOLDERS = folder_01
  5. # KG: Added
  6. QT += sensors
  7. # Additional import path used to resolve QML modules in Creator's code model
  8. QML_IMPORT_PATH =
  9. # If your application uses the Qt Mobility libraries, uncomment the following
  10. # lines and add the respective components to the MOBILITY variable.
  11. # CONFIG += mobility
  12. # MOBILITY +=
  13. # The .cpp file which was generated for your project. Feel free to hack it.
  14. SOURCES += main.cpp
  15. # Installation path
  16. # target.path =
  17. # Please do not modify the following two lines. Required for deployment.
  18. include(qtquick2applicationviewer/qtquick2applicationviewer.pri)
  19. qtcAddDeployment()
  20. #ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android
  21. #
  22. #OTHER_FILES += \
  23. # android/AndroidManifest.xml
  24. ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android
  25. OTHER_FILES += \
  26. android/AndroidManifest.xml