File: accelbubble.pro

package info (click to toggle)
qtsensors-opensource-src 5.3.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 6,584 kB
  • ctags: 3,163
  • sloc: cpp: 19,001; perl: 323; java: 120; ansic: 52; makefile: 43; xml: 35
file content (25 lines) | stat: -rw-r--r-- 474 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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