Translations:Development/Tutorials/First program/KF5/47/en

From KDE TechBase
  1. Find Qt modules

find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS

   Core    # QCommandLineParser, QStringLiteral
   Widgets # QApplication 

)