Skip to content

rithvikp1998/common-print-dialog

 
 

Repository files navigation

Common Print Dialog

Requirements

On Ubuntu (17.04 or higher), run this command to install all dependencies

sudo apt -y install qt5-qmake qtdeclarative5-dev qml-module-qtquick-controls qml-module-qtquick-controls2 qml-module-qtquick-templates2 qml-module-qtquick-dialogs qml-module-qt-labs-settings qml-module-qt-labs-folderlistmodel

For the helper libraries and CUPS/GCP backends, see their respective README files.

Build

To build and install the Print Dialog Library

mkdir build; cd build
qmake ..
make all
sudo make install

Using the library

Build and run examples/test_application

cd examples/test_application
mkdir build; cd build
make all
./printTest

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • QML 52.6%
  • C++ 44.4%
  • C 2.0%
  • QMake 1.0%