File: maze.pro

package info (click to toggle)
qtsensors-opensource-src 5.15.15-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 9,528 kB
  • sloc: cpp: 19,883; perl: 323; javascript: 207; xml: 123; ansic: 58; makefile: 18
file content (19 lines) | stat: -rw-r--r-- 333 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TEMPLATE = app
TARGET = maze
QT += quick sensors
SOURCES = main.cpp

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

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

RESOURCES += \
    maze.qrc

ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android