aboutsummaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/heartrate_game/heartrate_game.pyproject
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bluetooth/heartrate_game/heartrate_game.pyproject')
-rw-r--r--examples/bluetooth/heartrate_game/heartrate_game.pyproject22
1 files changed, 22 insertions, 0 deletions
diff --git a/examples/bluetooth/heartrate_game/heartrate_game.pyproject b/examples/bluetooth/heartrate_game/heartrate_game.pyproject
new file mode 100644
index 000000000..e4c40874a
--- /dev/null
+++ b/examples/bluetooth/heartrate_game/heartrate_game.pyproject
@@ -0,0 +1,22 @@
+{
+ "files": ["main.py",
+ "bluetoothbaseclass.py",
+ "connectionhandler.py",
+ "devicefinder.py",
+ "devicehandler.py",
+ "deviceinfo.py",
+ "heartrate_global.py",
+ "qml/main.qml",
+ "qml/App.qml",
+ "qml/BluetoothAlarmDialog.qml",
+ "qml/BottomLine.qml",
+ "qml/Connect.qml",
+ "qml/GameButton.qml",
+ "qml/GamePage.qml",
+ "qml/GameSettings.qml",
+ "qml/Measure.qml",
+ "qml/SplashScreen.qml",
+ "qml/Stats.qml",
+ "qml/StatsLabel.qml",
+ "qml/TitleBar.qml"]
+}