Awesome
CuteMobile Concept Demo
A concept mobile app UI/UX prototype based on Qt Quick technology.
- The purpose of this repository is to create an example of Mobile Application based on C++ and Qt Quick technology.
Language & Technology Required
- C++17
- Qt and QML (version 6.x only).
- Project-Template
Building
- You need CMake tool for building source code
- CMake 3.23 or higher is required.
cd build
cmake ..
make
./CuteMobile
Customization
Use the Project-Template guide for customization.
Demo
Note
This sample is not yet complete and is under development.
Note for iOS Developers
- Change
DEVELOPER_BUNDLE_IDENTIFIER
variable to your own developer id.