Typica is a free program for professional coffee roasters. https://typica.us
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

config_example.pri 439B

1234567891011
  1. # This is an example config.pri for building and using qextserialport.
  2. #
  3. # When using the qextserialport, all you need is to add following line
  4. # in your .pro file:
  5. # include(pathToQextserialport/src/qextserialport.pri)
  6. #
  7. # uncomment the following line if you want to use qextserialport as library
  8. # QEXTSERIALPORT_LIBRARY = yes
  9. # uncomment the following line too if you want to use it as static library
  10. # QEXTSERIALPORT_STATIC = yes