Typica is a free program for professional coffee roasters. https://typica.us
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

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