Translations:Development/Tutorials/First program/50/en: Difference between revisions

From KDE TechBase
(Importing a new version from external source)
 
(No difference)

Latest revision as of 10:30, 11 March 2016

  1. Find Qt modules

find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS

   Core    # QCommandLineParser, QStringLiteral
   Widgets # QApplication 

)