https://github.com/ichlubna/mind
An official repo for the Don't Panic mobile App
https://github.com/ichlubna/mind
android depression ios mental-health mobile qt
Last synced: 12 months ago
JSON representation
An official repo for the Don't Panic mobile App
- Host: GitHub
- URL: https://github.com/ichlubna/mind
- Owner: ichlubna
- License: other
- Created: 2019-04-07T13:25:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-19T18:45:59.000Z (about 2 years ago)
- Last Synced: 2025-04-14T09:21:17.454Z (over 1 year ago)
- Topics: android, depression, ios, mental-health, mobile, qt
- Language: QML
- Size: 9.42 MB
- Stars: 11
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# This repository is not active anymore.
The project was reimplemented and moved to:
https://github.com/Nepanikar/nepanikar
___
An official repo for the Don't Panic mobile App.
Use Qt Creator to build the app for Android directly.
https://play.google.com/store/apps/details?id=org.dontpanic
For iOS use the prepared script to export the XCode project (or export it directly from Qt Creator) and build with XCode.
https://apps.apple.com/sk/app/nepanikař/id1459513911
If QT Graphical Effects are missing in the distribution, install like this:
```
git clone git://code.qt.io/qt/qtgraphicaleffects.git
cd qtgraphicaleffects/
git checkout 59ab3e11433a5157aac0f3af7c0d7fe70a373373
cd ..
~/Qt/6.2.1/gcc_64/bin/qmake qtgraphicaleffects
make
cp qml/QtGraphicalEffects ~/Qt/6.2.1/gcc_64/qml/ -r
```