Hey guys!

Last year I wrote a simple GUI application with Qt5 and QSerialPort but now its time to learn writing CMake files.
Unfortunately I haven't found out how I have to write the following lines in a CMakefile.
Qt Code:
  1. include($$QTSERIALPORT_PROJECT_ROOT/src/serialport/qt4support/serialport.prf)
  2. CONFIG += serialport
To copy to clipboard, switch view to plain text mode 
Hope someone can help me out!

Thanks in advance,

Burner