dcolli23 / ingreedyents

Optimizes the use of ingredients by ingredient UPC lookup
0 stars 0 forks source link

Configure project to build a library for use with Qt #40

Open dcolli23 opened 4 years ago

dcolli23 commented 4 years ago

Description

It seems like the easiest way to do things as far as the GUI is concerned is to build a library from the backend code and add that library to the Qt project.

I should figure out how to build a library using CMake.