Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kde/kphotoalbum
Photo Album for easy organization of your images
https://github.com/kde/kphotoalbum
Last synced: 4 days ago
JSON representation
Photo Album for easy organization of your images
- Host: GitHub
- URL: https://github.com/kde/kphotoalbum
- Owner: KDE
- Created: 2015-09-18T16:03:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T01:29:23.000Z (8 days ago)
- Last Synced: 2024-11-07T02:31:35.997Z (8 days ago)
- Language: C++
- Homepage: https://invent.kde.org/graphics/kphotoalbum
- Size: 129 MB
- Stars: 18
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.Android.md
- Changelog: CHANGELOG.md
- License: LICENSES/BSD-2-Clause.txt
Awesome Lists containing this project
README
# Compiling the android client
The android client is just a pure Qt/QML application.
Therefore, you can run and test it even without an android phone.## Overview
### Directory `RemoteControl`
Contains the shared code between KPhotoAlbum and the remote client.
### Directory `AndroidRemoteControl`
The directory containing the remote client.
The required files from `RemoteControl` are included as symbolic links.The user interface of the remote client is implemented using QML.
You can see the QML files in the `qml` subdirectory.
The C++ files are mostly for application logic.## Building on the desktop
If you want to make changes to the remote client, it's best to use qtcreator and open the Qt project file:
qtcreator AndroidRemoteControl/AndroidRemoteControl.pro
## Building for android
TODO