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.
1234567891011 |
- # This is an example config.pri for building and using qextserialport.
- #
- # When using the qextserialport, all you need is to add following line
- # in your .pro file:
- # include(pathToQextserialport/src/qextserialport.pri)
- #
- # uncomment the following line if you want to use qextserialport as library
- # QEXTSERIALPORT_LIBRARY = yes
-
- # uncomment the following line too if you want to use it as static library
- # QEXTSERIALPORT_STATIC = yes
|