accelbubble.pro Example File

accelbubble/accelbubble.pro


  TEMPLATE = app
  TARGET = accelbubble
  QT += quick sensors svg xml
  SOURCES = main.cpp

  RESOURCES += \
      accelbubble.qrc

  OTHER_FILES = \
      $$files(*.qml) \
      content \
      images \
      android/AndroidManifest.xml

  target.path = $$[QT_INSTALL_EXAMPLES]/sensors/accelbubble
  INSTALLS += target

  ios {
  QMAKE_INFO_PLIST = Info.plist

  # manual plugin loading needed with older Qt
  # QTPLUGIN += qsvg qtsensors_ios qtsensors_generic
  }

  ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android

  EXAMPLE_FILES += \
      Info.plist

© 2018 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.