Jump to content

Translations:Development/Tutorials/First program/KF5/48/en: Difference between revisions

From KDE TechBase
FuzzyBot (talk | contribs)
Importing a new version from external source
 
(No difference)

Latest revision as of 10:33, 11 March 2016

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Development/Tutorials/First program/KF5)
# Find KDE modules
find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
   CoreAddons      # KAboutData
   I18n            # KLocalizedString
   WidgetsAddons  # KMessageBox
)
  1. Find KDE modules

find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS

   CoreAddons      # KAboutData
   I18n            # KLocalizedString
   WidgetsAddons   # KMessageBox

)