Skip to content
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.

Latest commit

 

History

History
29 lines (18 loc) · 323 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 323 Bytes

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:

clickable