Skip to content

Ubuntu Touch Address Book (Contacts) App

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
COPYING.CC
GPL-3.0
COPYING.GPL-3
Notifications You must be signed in to change notification settings

Danfro/address-book-app

 
 

Repository files navigation

Building for desktop

mkdir build
cd build
cmake ..
make

Run

on desktop

cd build
./src/app/address-book-app

the QML tests

cd build
make test or ctest 

the Autopilot tests

cd build
make autopilot

Building for click

To build for a click package configure cmake as:

mkdir build
cd build
cmake [path_to_this_location] -DCLICK_MODE=on \
    -DBZR_REVNO=$(cd [path_to_this_location]; bzr revno)
make DESTDIR=[package dir] install
click build [package dir]

This package can be installed by running:

pkcon install-local com.ubuntu.address-book_*.click

About

Ubuntu Touch Address Book (Contacts) App

Resources

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
COPYING.CC
GPL-3.0
COPYING.GPL-3

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • QML 70.1%
  • Python 17.3%
  • C++ 6.9%
  • CMake 3.6%
  • JavaScript 2.1%