Typica is a free program for professional coffee roasters. https://typica.us
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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